diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-18 00:08:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-18 00:08:58 +0000 |
| commit | e0607117a5df68923a940cc57df99d8d578bc598 (patch) | |
| tree | e9eb634e7347e5bd97e32d9fdb205b66a2884902 /usr.bin | |
| parent | 6b5c2db22a9f4ffae5be741f1eef57a122dec958 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 99c782e39f5ef..1a928cdacc72a 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: main.c,v 1.8 1996/07/05 00:06:36 jmz Exp $ */ +/* $Id: main.c,v 1.9 1996/07/18 00:08:02 jkh Exp $ */ #include <stdlib.h> #include <stdio.h> @@ -78,7 +78,7 @@ int match (char *, char *), http_open (); void usage () { - fprintf (stderr, "usage: %s [-D:HINPMV:Lqpr] [-o outputfile] <-f file -h host [-c dir]| URL>\n", progname); + fprintf (stderr, "usage: %s [-D:HINPMV:Lqmnpr] [-o outputfile] <-f file -h host [-c dir]| URL>\n", progname); exit (1); } |
