From 9e03faccc3d4b64b09061aeebda8270e27d9ed86 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Oct 2019 23:05:35 +0200 Subject: 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 --- src/tool_help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 ", @@ -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 ", "Enable/disable PROTOCOLS"}, {" --proto-default ", -- cgit v1.2.3