mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/pvsecret: Update man files and help
Add subcommands in the man description. Add description for the help option. Fix some minor wording issues. Add the curve type in the --user-data option of create. Acked-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
@@ -119,7 +119,7 @@ pub struct CreateSecretOpt {
|
||||
/// user data can be up to 512 bytes of arbitrary data, and the maximum size depends on the
|
||||
/// size of the user-signing key:
|
||||
/// - No key: user data can be 512 bytes.
|
||||
/// - EC or RSA 2048 keys: user data can be 256 bytes.
|
||||
/// - EC(secp521r1) or RSA 2048 keys: user data can be 256 bytes.
|
||||
/// - RSA 3072 key: user data can be 128 bytes.
|
||||
///
|
||||
/// The firmware ignores this data, but the request tag protects the user-data. Optional. No
|
||||
|
||||
Reference in New Issue
Block a user