From 93373a960c3bb45def7640bc775743dd8bec71c7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Oct 2019 14:54:35 +0200 Subject: curl: --no-progress-meter New option that allows a user to ONLY switch off curl's progress meter and leave everything else in "talkative" mode. Reported-by: Piotr Komborski Fixes #4422 Closes #4470 --- src/tool_help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tool_help.c') diff --git a/src/tool_help.c b/src/tool_help.c index ea78821f6..cc7acb017 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -295,6 +295,8 @@ 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