]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl: show the long option version of -q in the -h list
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2016 21:50:52 +0000 (23:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2016 22:31:37 +0000 (00:31 +0200)
src/tool_help.c

index cd8b9b443e2dcf66eadd3f6762182896ff079185..fb428c9ca69745ec90aa8ee8db6c57909df10b4e 100644 (file)
@@ -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
 };