Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-04 19:16:51 +0400
committerEric Andersen <andersen@codepoet.org>2000-09-04 19:16:51 +0400
commit61a9d8d1450474507a3e5cebb0620f72205d60ca (patch)
treee4e6e3b3a0bd64785964c2f7b4f85e642d4e0bc3 /usage.c
parent9670083818467b01349e1df4ce97abc3c25b5a43 (diff)
Forgot this part of wget
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c11
1 files changed, 11 insertions, 0 deletions
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"