mirror of
https://github.com/curl/curl.git
synced 2026-07-28 01:33:11 +03:00
tool_getparam: make --get a true boolean
To match how it is documented in the man page. Fixes #10527 Reported-by: u20221022 on github Closes #10531
This commit is contained in:
parent
8c939453f5
commit
ce24ea373f
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ static const struct LongShort aliases[]= {
|
|||
{"F", "form", ARG_STRING},
|
||||
{"Fs", "form-string", ARG_STRING},
|
||||
{"g", "globoff", ARG_BOOL},
|
||||
{"G", "get", ARG_NONE},
|
||||
{"G", "get", ARG_BOOL},
|
||||
{"Ga", "request-target", ARG_STRING},
|
||||
{"h", "help", ARG_BOOL},
|
||||
{"H", "header", ARG_STRING},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue