diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-10-08 23:05:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-09 10:07:02 +0200 |
commit | 9e03faccc3d4b64b09061aeebda8270e27d9ed86 (patch) | |
tree | 2c35ce83bb426b5a76c3740332d06f8a5c1643d4 /src | |
parent | e5594e09f6ae3de9222f83ed39e5304e012285eb (diff) |
docs: document it as --no-progress-meter instead of the reverse
Follow-up to 93373a960c3bb4
Reported-by: infinnovation-dev on github
Fixes #4474
Closes #4475
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>", |