aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-28 23:50:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-29 00:31:37 +0200
commita744591d60161ca072d362c9d9df52fa25d95223 (patch)
treee67814a98f7f3c77bd178ba581dccba840b3df5a /src
parentce7826f613205a9263bb2ef1da80f2ae36dd0aec (diff)
downloadgnurl-a744591d60161ca072d362c9d9df52fa25d95223.tar.gz
gnurl-a744591d60161ca072d362c9d9df52fa25d95223.tar.bz2
gnurl-a744591d60161ca072d362c9d9df52fa25d95223.zip
curl: show the long option version of -q in the -h list
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
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
};