diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 23:50:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-29 00:31:37 +0200 |
commit | a744591d60161ca072d362c9d9df52fa25d95223 (patch) | |
tree | e67814a98f7f3c77bd178ba581dccba840b3df5a /src | |
parent | ce7826f613205a9263bb2ef1da80f2ae36dd0aec (diff) | |
download | curl-a744591d60161ca072d362c9d9df52fa25d95223.tar.gz |
curl: show the long option version of -q in the -h list
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 2 |
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 }; |