curl: show the long option version of -q in the -h list

This commit is contained in:
Daniel Stenberg 2016-04-28 23:50:52 +02:00
parent ce7826f613
commit a744591d60
1 changed files with 1 additions and 1 deletions

View 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
};