aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-07-18 00:08:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-07-18 00:08:58 +0000
commite0607117a5df68923a940cc57df99d8d578bc598 (patch)
treee9eb634e7347e5bd97e32d9fdb205b66a2884902 /usr.bin/fetch
parent6b5c2db22a9f4ffae5be741f1eef57a122dec958 (diff)
Notes
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index 99c782e39f5e..1a928cdacc72 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);
}