AWS cloudhsm documentation change
Summary
Fixed command syntax formatting in documentation
Security assessment
Syntax correction in code example without security impact
Diff
diff --git a/cloudhsm/latest/userguide/cloudhsm_cli-key-unwrap-rsa-oaep.md b/cloudhsm/latest/userguide/cloudhsm_cli-key-unwrap-rsa-oaep.md index 0d5725dc1..d85d52297 100644 --- a/cloudhsm/latest/userguide/cloudhsm_cli-key-unwrap-rsa-oaep.md +++ b/cloudhsm/latest/userguide/cloudhsm_cli-key-unwrap-rsa-oaep.md @@ -35 +35 @@ The following types of users can run this command. - Usage: key unwrap rsa-oaep [OPTIONS] --filter [<FILTER>...] --hash-function <HASH_FUNCTION> --mgf <MGF> --key-type-class <KEY_TYPE_CLASS> --label <LABEL> <--data-path <DATA_PATH>|--data <DATA>> + Usage: key unwrap rsa-oaep [OPTIONS] --filter [<FILTER>...] --hash-function <HASH_FUNCTION> --mgf <MGF> --key-type-class <KEY_TYPE_CLASS> --label <LABEL> <--data-path <DATA_PATH>|--data <DATA> @@ -44 +44 @@ The following types of users can run this command. - --data <<DATA> + --data <DATA>