From: Daniel Stenberg Date: Thu, 28 Apr 2016 21:50:52 +0000 (+0200) Subject: curl: show the long option version of -q in the -h list X-Git-Tag: curl-7_49_0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a744591d60161ca072d362c9d9df52fa25d95223;p=thirdparty%2Fcurl.git curl: show the long option version of -q in the -h list --- diff --git a/src/tool_help.c b/src/tool_help.c index cd8b9b443e..fb428c9ca6 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 };