From a744591d60161ca072d362c9d9df52fa25d95223 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Apr 2016 23:50:52 +0200 Subject: curl: show the long option version of -q in the -h list --- src/tool_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_help.c') diff --git a/src/tool_help.c b/src/tool_help.c index cd8b9b443..fb428c9ca 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -252,7 +252,7 @@ static const char *const helptext[] = { #endif " -w, --write-out FORMAT Use output FORMAT after completion", " --xattr Store metadata in extended file attributes", - " -q Disable .curlrc (must be first parameter)", + " -q, --disable Disable .curlrc (must be first parameter)", NULL }; -- cgit v1.2.1