diff --git a/implementations/rust/ockam/ockam_command/src/identity/show.rs b/implementations/rust/ockam/ockam_command/src/identity/show.rs index 4e2e5202eb5..9433630688f 100644 --- a/implementations/rust/ockam/ockam_command/src/identity/show.rs +++ b/implementations/rust/ockam/ockam_command/src/identity/show.rs @@ -23,7 +23,7 @@ pub struct ShowCommand { #[arg()] name: Option, - #[arg(short, long, docs = "Show the full identity history, and not just the identifier or the name.")] + #[arg(short, long, doc = "Show the full identity history, and not just the identifier or the name.")] full: bool, //TODO: see if it make sense to have a --encoding argument shared across commands.