summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-03-28 21:01:07 +0000
committerdes <des@FreeBSD.org>2001-03-28 21:01:07 +0000
commit30512a1dcf79014af10c91ca3a7f7f75a984709b (patch)
treef799b271d6bc0efaf863109fd9b29578d9529038 /usr.bin/fetch
parenta24dcea86940f5cfc097792e44fa42d186775fdb (diff)
downloadFreeBSD-src-30512a1dcf79014af10c91ca3a7f7f75a984709b.zip
FreeBSD-src-30512a1dcf79014af10c91ca3a7f7f75a984709b.tar.gz
Bring the usage message in synch with reality.
PR: bin/26160
Diffstat (limited to 'usr.bin/fetch')
-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