diff options
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 99c782e..1a928cd 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); } |