From dde0dff6dc933a0002bacc7288148a8a707c27ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 28 Mar 2001 21:01:07 +0000 Subject: [PATCH] Bring the usage message in synch with reality. PR: bin/26160 --- usr.bin/fetch/fetch.c | 5 ++--- 1 file 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" ); }