Skip to content
Snippets Groups Projects
Commit a744591d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent ce7826f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment