diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-11 22:37:41 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-11 22:37:41 +0100 |
commit | 1884533e990511accae34687cf74cf1c2e56881c (patch) | |
tree | 33cd0efb2fa2d05aca0394d31afe2d2fa4757729 /docs | |
parent | 4f61fd87b263a9ded6b658f299c83dded6baa08e (diff) | |
download | curl-bagder/awsv4-docs.tar.gz |
aws-sigv4.d: polish the wordingbagder/awsv4-docs
Make it shorter and imperative form
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmdline-opts/aws-sigv4.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/aws-sigv4.d b/docs/cmdline-opts/aws-sigv4.d index 02edd99fa..c976d3485 100644 --- a/docs/cmdline-opts/aws-sigv4.d +++ b/docs/cmdline-opts/aws-sigv4.d @@ -1,10 +1,10 @@ Long: aws-sigv4 Arg: <provider1[:provider2]> -Help: provides AWS V4 signature authentication +Help: Use AWS V4 signature authentication Category: auth http Added: 7.75.0 --- -provides AWS V4 signature authentication on HTTPS header: +Use AWS V4 signature authentication in the transfer. The provider argument is a string that is used by the algorithm when creating outgoing authentication headers. |