mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
help: Move --report-speed under 'Logging and input file'.
This commit is contained in:
parent
3806fd1e02
commit
aa2f287c68
@ -1,3 +1,8 @@
|
|||||||
|
2012-06-09 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
|
* main.c (print_help): Move --report-speed under the section
|
||||||
|
"Logging and input file".
|
||||||
|
|
||||||
2012-06-06 Giuseppe Scrivano <gscrivano@gnu.org>
|
2012-06-06 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* main.c (print_help): Rename --bits to --report-bps.
|
* main.c (print_help): Rename --bits to --report-bps.
|
||||||
|
@ -460,6 +460,8 @@ Logging and input file:\n"),
|
|||||||
-v, --verbose be verbose (this is the default).\n"),
|
-v, --verbose be verbose (this is the default).\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-nv, --no-verbose turn off verboseness, without being quiet.\n"),
|
-nv, --no-verbose turn off verboseness, without being quiet.\n"),
|
||||||
|
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_("\
|
||||||
@ -760,12 +762,6 @@ Recursive accept/reject:\n"),
|
|||||||
N_("\
|
N_("\
|
||||||
-np, --no-parent don't ascend to the parent directory.\n"),
|
-np, --no-parent don't ascend to the parent directory.\n"),
|
||||||
"\n",
|
"\n",
|
||||||
|
|
||||||
N_("\
|
|
||||||
Output format:\n"),
|
|
||||||
N_("\
|
|
||||||
--report-speed=TYPE Output bandwidth as TYPE. TYPE can be bits.\n"),
|
|
||||||
"\n",
|
|
||||||
N_("Mail bug reports and suggestions to <bug-wget@gnu.org>.\n")
|
N_("Mail bug reports and suggestions to <bug-wget@gnu.org>.\n")
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user