From aa2f287c68a9c45329dad97700fa562c4207b9ce Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sat, 9 Jun 2012 13:13:28 +0200 Subject: [PATCH] help: Move --report-speed under 'Logging and input file'. --- src/ChangeLog | 5 +++++ src/main.c | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index fb352ad3..3cb29635 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-06-09 Giuseppe Scrivano + + * main.c (print_help): Move --report-speed under the section + "Logging and input file". + 2012-06-06 Giuseppe Scrivano * main.c (print_help): Rename --bits to --report-bps. diff --git a/src/main.c b/src/main.c index e5a60e66..94a33e75 100644 --- a/src/main.c +++ b/src/main.c @@ -460,6 +460,8 @@ Logging and input file:\n"), -v, --verbose be verbose (this is the default).\n"), 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_("\ -i, --input-file=FILE download URLs found in local or external FILE.\n"), N_("\ @@ -760,12 +762,6 @@ Recursive accept/reject:\n"), N_("\ -np, --no-parent don't ascend to the parent directory.\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 .\n") }; -- 2.39.2