diff options
author | jkh <jkh@FreeBSD.org> | 1996-07-18 00:08:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-07-18 00:08:58 +0000 |
commit | df5a608d7089211a0e5057437ab5f5982b25d3eb (patch) | |
tree | e9eb634e7347e5bd97e32d9fdb205b66a2884902 /usr.bin/fetch | |
parent | dc8c550225559ee6cb3644e3093b13b7173d19c4 (diff) | |
download | FreeBSD-src-df5a608d7089211a0e5057437ab5f5982b25d3eb.zip FreeBSD-src-df5a608d7089211a0e5057437ab5f5982b25d3eb.tar.gz |
Whups - update the usage message too.
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); } |