mirror of
https://github.com/curl/curl.git
synced 2026-07-27 22:43:12 +03:00
tool_getparam: clear the --httpsig-key argument
To hide it somewhat from process listings. Closes #22394
This commit is contained in:
parent
163f0cbc8b
commit
c5d683b961
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ static const struct LongShort aliases[] = {
|
|||
#ifndef CURL_DISABLE_HTTPSIG
|
||||
{"httpsig-algo", ARG_STRG, ' ', C_HTTPSIG_ALGORITHM},
|
||||
{"httpsig-headers", ARG_STRG, ' ', C_HTTPSIG_HEADERS},
|
||||
{"httpsig-key", ARG_FILE, ' ', C_HTTPSIG_KEY},
|
||||
{"httpsig-key", ARG_FILE|ARG_CLEAR, ' ', C_HTTPSIG_KEY},
|
||||
{"httpsig-keyid", ARG_STRG, ' ', C_HTTPSIG_KEYID},
|
||||
#endif
|
||||
{"ignore-content-length", ARG_BOOL, ' ', C_IGNORE_CONTENT_LENGTH},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue