aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-28 21:22:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-28 21:22:47 +0000
commit3994b32e85fe4ba30c30a1c652ac120b93fb1952 (patch)
tree5dd0a9dc143ac822f06fc699056540c8c73e06c0 /usr.bin/fetch
parent429a79242225ffbb057796b981bf30c35cbb6fd2 (diff)
Notes
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 12513151d1e2..b50ac6f44778 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"
);
}