diff options
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index c78f98fa9..d47e56e71 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -817,6 +817,8 @@ static const struct helptxt helptext[] = { {"-A, --user-agent <name>", "Send User-Agent <name> to server", CURLHELP_IMPORTANT | CURLHELP_HTTP}, + {" --aws-sigv4 <provider1[:provider2]>", + "Use HTTP AWS V4 Signature", CURLHELP_HTTP}, {"-v, --verbose", "Make the operation more talkative", CURLHELP_IMPORTANT | CURLHELP_VERBOSE}, |