diff --git a/implementations/rust/ockam/ockam_command/src/credential/issue.rs b/implementations/rust/ockam/ockam_command/src/credential/issue.rs index 27b66a41d45..50a31d2b708 100644 --- a/implementations/rust/ockam/ockam_command/src/credential/issue.rs +++ b/implementations/rust/ockam/ockam_command/src/credential/issue.rs @@ -28,7 +28,8 @@ pub struct IssueCommand { #[arg(short, long = "attribute", value_name = "ATTRIBUTE")] pub attributes: Vec, - #[arg()] + /// Name of the Vault that will be used to issue the credential. + #[arg(name = "VAULT_NAME")] pub vault: Option, /// Encoding Format