mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:13:34 +03:00
tool_getparam: make --no-get work as the opposite of --get
... as documented. Closes #9891
This commit is contained in:
parent
fa0b922761
commit
0f860da4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1999,7 +1999,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
|
|||
GetStr(&config->request_target, nextarg);
|
||||
}
|
||||
else
|
||||
config->use_httpget = TRUE;
|
||||
config->use_httpget = toggle;
|
||||
break;
|
||||
|
||||
case 'h': /* h for help */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue