mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
* src/main.c (print_help): Make all option descriptions start with a lowercase letter.
Also spell URL consistently in all uppercase, and fix the grammar.
This commit is contained in:
parent
b147fb1638
commit
32499e717d
16
src/main.c
16
src/main.c
@ -477,7 +477,7 @@ Logging and input file:\n"),
|
|||||||
N_("\
|
N_("\
|
||||||
-nv, --no-verbose turn off verboseness, without being quiet.\n"),
|
-nv, --no-verbose turn off verboseness, without being quiet.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--report-speed=TYPE Output bandwidth as TYPE. TYPE can be bits.\n"),
|
--report-speed=TYPE output bandwidth as TYPE. TYPE can be bits.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-i, --input-file=FILE download URLs found in local or external FILE.\n"),
|
-i, --input-file=FILE download URLs found in local or external FILE.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
@ -486,9 +486,9 @@ Logging and input file:\n"),
|
|||||||
-B, --base=URL resolves HTML input-file links (-i -F)\n\
|
-B, --base=URL resolves HTML input-file links (-i -F)\n\
|
||||||
relative to URL.\n"),
|
relative to URL.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--config=FILE Specify config file to use.\n"),
|
--config=FILE specify config file to use.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--no-config Do not read any config file.\n"),
|
--no-config do not read any config file.\n"),
|
||||||
"\n",
|
"\n",
|
||||||
|
|
||||||
N_("\
|
N_("\
|
||||||
@ -598,7 +598,7 @@ HTTP options:\n"),
|
|||||||
N_("\
|
N_("\
|
||||||
--no-cache disallow server-cached data.\n"),
|
--no-cache disallow server-cached data.\n"),
|
||||||
N_ ("\
|
N_ ("\
|
||||||
--default-page=NAME Change the default page name (normally\n\
|
--default-page=NAME change the default page name (normally\n\
|
||||||
this is `index.html'.).\n"),
|
this is `index.html'.).\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-E, --adjust-extension save HTML/CSS documents with proper extensions.\n"),
|
-E, --adjust-extension save HTML/CSS documents with proper extensions.\n"),
|
||||||
@ -635,9 +635,9 @@ HTTP options:\n"),
|
|||||||
N_("\
|
N_("\
|
||||||
--method=HTTPMethod use method \"HTTPMethod\" in the request.\n"),
|
--method=HTTPMethod use method \"HTTPMethod\" in the request.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--body-data=STRING Send STRING as data. --method MUST be set.\n"),
|
--body-data=STRING send STRING as data. --method MUST be set.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--body-file=FILE Send contents of FILE. --method MUST be set.\n"),
|
--body-file=FILE send contents of FILE. --method MUST be set.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--content-disposition honor the Content-Disposition header when\n\
|
--content-disposition honor the Content-Disposition header when\n\
|
||||||
choosing local file names (EXPERIMENTAL).\n"),
|
choosing local file names (EXPERIMENTAL).\n"),
|
||||||
@ -688,7 +688,7 @@ HTTPS (SSL/TLS) options:\n"),
|
|||||||
FTP options:\n"),
|
FTP options:\n"),
|
||||||
#ifdef __VMS
|
#ifdef __VMS
|
||||||
N_("\
|
N_("\
|
||||||
--ftp-stmlf Use Stream_LF format for all binary FTP files.\n"),
|
--ftp-stmlf use Stream_LF format for all binary FTP files.\n"),
|
||||||
#endif /* def __VMS */
|
#endif /* def __VMS */
|
||||||
N_("\
|
N_("\
|
||||||
--ftp-user=USER set ftp user to USER.\n"),
|
--ftp-user=USER set ftp user to USER.\n"),
|
||||||
@ -795,7 +795,7 @@ Recursive accept/reject:\n"),
|
|||||||
-I, --include-directories=LIST list of allowed directories.\n"),
|
-I, --include-directories=LIST list of allowed directories.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
--trust-server-names use the name specified by the redirection\n\
|
--trust-server-names use the name specified by the redirection\n\
|
||||||
url last component.\n"),
|
URL's last component.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-X, --exclude-directories=LIST list of excluded directories.\n"),
|
-X, --exclude-directories=LIST list of excluded directories.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
|
Loading…
Reference in New Issue
Block a user