summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/fetch/fetch.c5
1 files changed, 2 insertions, 3 deletions
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"
);
}
OpenPOWER on IntegriCloud