diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1999-03-08 19:16:14 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1999-03-08 19:16:14 +0000 |
| commit | c7ede78e51dec3196185b9f581a01d2a219db787 (patch) | |
| tree | 07ad77c02ba3b32bfcefc2a3a45edcfb6555d659 /usr.bin/fetch | |
| parent | c68996e27169d8d9c52b16489b348110d9cda0ea (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index 7589696468cb..cc110d7a8dae 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: main.c,v 1.49 1998/12/08 13:00:49 cracauer Exp $ */ +/* $Id: main.c,v 1.50 1999/02/23 18:51:13 wollman Exp $ */ #include <sys/types.h> @@ -54,7 +54,7 @@ usage(void) fprintf(stderr, "usage: fetch [-ADHILMNPRTVablmnpqrstv] [-o outputfile] " "[-S bytes]\n" - " [-f file -h host [-c dir] | URL]"); + " [-f file -h host [-c dir] | URL]\n"); exit(EX_USAGE); } |
