Forgot this part of wget

This commit is contained in:
Eric Andersen 2000-09-04 15:16:51 +00:00
parent 9670083818
commit 61a9d8d145
2 changed files with 22 additions and 0 deletions

View File

@ -1299,6 +1299,17 @@ const char wc_usage[] =
;
#endif
#if defined BB_WGET
const char wget_usage[] = "wget [-c] [-O file] url\n"
#ifndef BB_FEATURE_TRIVIAL_HELP
"\nwget retrieves files via HTTP\n\n"
"Options:\n"
"\t-c\tcontinue retrieval of aborted transfers\n"
"\t-O\tsave to filename ('-' for stdout)\n"
#endif
;
#endif
#if defined BB_WHICH
const char which_usage[] =
"which [COMMAND ...]\n"

11
usage.c
View File

@ -1299,6 +1299,17 @@ const char wc_usage[] =
;
#endif
#if defined BB_WGET
const char wget_usage[] = "wget [-c] [-O file] url\n"
#ifndef BB_FEATURE_TRIVIAL_HELP
"\nwget retrieves files via HTTP\n\n"
"Options:\n"
"\t-c\tcontinue retrieval of aborted transfers\n"
"\t-O\tsave to filename ('-' for stdout)\n"
#endif
;
#endif
#if defined BB_WHICH
const char which_usage[] =
"which [COMMAND ...]\n"