From 61a9d8d1450474507a3e5cebb0620f72205d60ca Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Sep 2000 15:16:51 +0000 Subject: [PATCH] Forgot this part of wget --- applets/usage.c | 11 +++++++++++ usage.c | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/applets/usage.c b/applets/usage.c index 5fe92d281..91064f52c 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -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" diff --git a/usage.c b/usage.c index 5fe92d281..91064f52c 100644 --- a/usage.c +++ b/usage.c @@ -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"