aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-02 15:30:26 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-02 15:30:26 +0000
commitbfbc4ebf4045b834ed080e7b6f0ebe2c789fb5f1 (patch)
tree4d9e3ec01f0509f3e6b6e4ccaf9f0ce227011ae7 /include
parent686298d6fb155deb4490eb609a19c59d97b1e2f6 (diff)
downloadbusybox-bfbc4ebf4045b834ed080e7b6f0ebe2c789fb5f1.tar.gz
- patch from Csaba Henk to make the "User-Agent" header field configurable.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 0f95708c5..3e3e8c84a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3396,7 +3396,8 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \
#define wget_trivial_usage \
"[-c|--continue] [-q|--quiet] [-O|--output-document file]\n" \
- "\t\t[--header 'header: value'] [-Y|--proxy on/off] [-P DIR] url"
+ "\t\t[--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \
+ "\t\t[-U|--user-agent agent] url"
#define wget_full_usage \
"wget retrieves files via HTTP or FTP\n\n" \
"Options:\n" \
@@ -3404,6 +3405,7 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \
"\t-q\tquiet mode - do not print\n" \
"\t-P\tSet directory prefix to DIR\n" \
"\t-O\tsave to filename ('-' for stdout)\n" \
+ "\t-U\tadjust 'User-Agent' field\n" \
"\t-Y\tuse proxy ('on' or 'off')"
#define which_trivial_usage \