diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index cc7acb017..022956676 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -263,6 +263,8 @@ static const struct helptxt helptext[] = { "Disable TCP keepalive on the connection"}, {" --no-npn", "Disable the NPN TLS extension"}, + {" --no-progress-meter", + "Do not show the progress meter"}, {" --no-sessionid", "Disable SSL session-ID reusing"}, {" --noproxy <no-proxy-list>", @@ -295,8 +297,6 @@ static const struct helptxt helptext[] = { "Use this proxy first"}, {"-#, --progress-bar", "Display transfer progress as a bar"}, - {" --progress-meter", - "Show the progress meter"}, {" --proto <protocols>", "Enable/disable PROTOCOLS"}, {" --proto-default <protocol>", |