diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-03-28 21:22:47 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-03-28 21:22:47 +0000 |
| commit | 3994b32e85fe4ba30c30a1c652ac120b93fb1952 (patch) | |
| tree | 5dd0a9dc143ac822f06fc699056540c8c73e06c0 /usr.bin/fetch | |
| parent | 429a79242225ffbb057796b981bf30c35cbb6fd2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/fetch.c | 5 |
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" ); } |
