diff options
| -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  }; | 
