- patch from Csaba Henk to make the "User-Agent" header field configurable.

This commit is contained in:
Bernhard Reutner-Fischer 2006-09-02 15:30:26 +00:00
parent 686298d6fb
commit bfbc4ebf40
2 changed files with 10 additions and 4 deletions

View file

@ -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 \