aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-28 21:01:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-28 21:01:07 +0000
commitdde0dff6dc933a0002bacc7288148a8a707c27ae (patch)
treeb5df18fdc6d8262e333de46728032112d530ef34 /usr.bin
parented6397209d950edcd4e4d65cbaba273ef06c97fb (diff)
Notes
Diffstat (limited to 'usr.bin')
-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"
);
}