diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-21 00:37:05 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-21 00:37:05 +0100 |
| commit | e2e55b0eb5e3518702f31b122acd9894630b0368 (patch) | |
| tree | 2e271c343c09d72179e70b4549fbf33ce64c888a /include | |
| parent | 625f218d43ee280da52bb7087236ae5807383082 (diff) | |
| download | busybox-w32-e2e55b0eb5e3518702f31b122acd9894630b0368.tar.gz busybox-w32-e2e55b0eb5e3518702f31b122acd9894630b0368.tar.bz2 busybox-w32-e2e55b0eb5e3518702f31b122acd9894630b0368.zip | |
wget: move help text to .c file
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.src.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 5a725e305..29f7b2110 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
| @@ -4067,31 +4067,6 @@ INSERT | |||
| 4067 | "\n" \ | 4067 | "\n" \ |
| 4068 | "\nUse 500ms to specify period in milliseconds" \ | 4068 | "\nUse 500ms to specify period in milliseconds" \ |
| 4069 | 4069 | ||
| 4070 | #define wget_trivial_usage \ | ||
| 4071 | IF_FEATURE_WGET_LONG_OPTIONS( \ | ||
| 4072 | "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]\n" \ | ||
| 4073 | " [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \ | ||
| 4074 | " [--no-check-certificate] [-U|--user-agent AGENT]" \ | ||
| 4075 | IF_FEATURE_WGET_TIMEOUT("[-T SEC] ") " URL" \ | ||
| 4076 | ) \ | ||
| 4077 | IF_NOT_FEATURE_WGET_LONG_OPTIONS( \ | ||
| 4078 | "[-csq] [-O FILE] [-Y on/off] [-P DIR] [-U AGENT]" \ | ||
| 4079 | IF_FEATURE_WGET_TIMEOUT("[-T SEC] ") " URL" \ | ||
| 4080 | ) | ||
| 4081 | #define wget_full_usage "\n\n" \ | ||
| 4082 | "Retrieve files via HTTP or FTP\n" \ | ||
| 4083 | "\nOptions:" \ | ||
| 4084 | "\n -s Spider mode - only check file existence" \ | ||
| 4085 | "\n -c Continue retrieval of aborted transfer" \ | ||
| 4086 | "\n -q Quiet" \ | ||
| 4087 | "\n -P DIR Save to DIR (default .)" \ | ||
| 4088 | IF_FEATURE_WGET_TIMEOUT( \ | ||
| 4089 | "\n -T SEC Network read timeout is SEC seconds" \ | ||
| 4090 | ) \ | ||
| 4091 | "\n -O FILE Save to FILE ('-' for stdout)" \ | ||
| 4092 | "\n -U STR Use STR for User-Agent header" \ | ||
| 4093 | "\n -Y Use proxy ('on' or 'off')" \ | ||
| 4094 | |||
| 4095 | #define which_trivial_usage \ | 4070 | #define which_trivial_usage \ |
| 4096 | "[COMMAND]..." | 4071 | "[COMMAND]..." |
| 4097 | #define which_full_usage "\n\n" \ | 4072 | #define which_full_usage "\n\n" \ |
