From 30512a1dcf79014af10c91ca3a7f7f75a984709b Mon Sep 17 00:00:00 2001 From: des Date: Wed, 28 Mar 2001 21:01:07 +0000 Subject: Bring the usage message in synch with reality. PR: bin/26160 --- usr.bin/fetch/fetch.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 1251315..b50ac6f 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -502,11 +502,10 @@ fetch(char *URL, char *path) void usage(void) { - /* XXX badly out of synch */ fprintf(stderr, - "Usage: fetch [-1AFHMPRabdlmnpqrstv] [-o outputfile] [-S bytes]\n" + "Usage: fetch [-146AFMPRUadlmnpqrsv] [-o outputfile] [-S bytes]\n" " [-B bytes] [-T seconds] [-w seconds]\n" - " [-f file -h host [-c dir] | URL ...]\n" + " [-h host -f file [-c dir] | URL ...]\n" ); } -- cgit v1.1