Bring the usage message in synch with reality.

PR:		bin/26160
This commit is contained in:
Dag-Erling Smørgrav 2001-03-28 21:01:07 +00:00
parent ed6397209d
commit dde0dff6dc

View File

@ -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"
);
}