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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};