aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-04 15:16:51 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-04 15:16:51 +0000
commit61a9d8d1450474507a3e5cebb0620f72205d60ca (patch)
treee4e6e3b3a0bd64785964c2f7b4f85e642d4e0bc3
parent9670083818467b01349e1df4ce97abc3c25b5a43 (diff)
downloadbusybox-w32-61a9d8d1450474507a3e5cebb0620f72205d60ca.tar.gz
busybox-w32-61a9d8d1450474507a3e5cebb0620f72205d60ca.tar.bz2
busybox-w32-61a9d8d1450474507a3e5cebb0620f72205d60ca.zip
Forgot this part of wget
-rw-r--r--applets/usage.c11
-rw-r--r--usage.c11
2 files changed, 22 insertions, 0 deletions
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[] =
1299 ; 1299 ;
1300#endif 1300#endif
1301 1301
1302#if defined BB_WGET
1303const char wget_usage[] = "wget [-c] [-O file] url\n"
1304#ifndef BB_FEATURE_TRIVIAL_HELP
1305 "\nwget retrieves files via HTTP\n\n"
1306 "Options:\n"
1307 "\t-c\tcontinue retrieval of aborted transfers\n"
1308 "\t-O\tsave to filename ('-' for stdout)\n"
1309#endif
1310 ;
1311#endif
1312
1302#if defined BB_WHICH 1313#if defined BB_WHICH
1303const char which_usage[] = 1314const char which_usage[] =
1304 "which [COMMAND ...]\n" 1315 "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[] =
1299 ; 1299 ;
1300#endif 1300#endif
1301 1301
1302#if defined BB_WGET
1303const char wget_usage[] = "wget [-c] [-O file] url\n"
1304#ifndef BB_FEATURE_TRIVIAL_HELP
1305 "\nwget retrieves files via HTTP\n\n"
1306 "Options:\n"
1307 "\t-c\tcontinue retrieval of aborted transfers\n"
1308 "\t-O\tsave to filename ('-' for stdout)\n"
1309#endif
1310 ;
1311#endif
1312
1302#if defined BB_WHICH 1313#if defined BB_WHICH
1303const char which_usage[] = 1314const char which_usage[] =
1304 "which [COMMAND ...]\n" 1315 "which [COMMAND ...]\n"