Skip to content

Commit

Permalink
docs(rust): improve docs for ockam enroll and ockam identity show
Browse files Browse the repository at this point in the history
  • Loading branch information
Salonikansal2 authored and adrianbenavides committed Oct 3, 2023
1 parent f838b63 commit 4dcece6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ pub struct ShowCommand {
#[arg()]
name: Option<String>,

#[arg(short, long, doc = "Show the full identity history, and not just the identifier or the name.")]
/// Show the full identity history, and not just the identifier or the nameq
#[arg(short, long)]
full: bool,

//TODO: see if it make sense to have a --encoding argument shared across commands.
Expand Down

0 comments on commit 4dcece6

Please sign in to comment.