Skip to content

Commit

Permalink
docs(rust): improve feedback section of the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Salonikansal2 authored and adrianbenavides committed Oct 4, 2023
1 parent 7053ea5 commit 37fc092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_command/src/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Learn more at https://docs.ockam.io/reference/command
Feedback:
If you have any questions or feedback, please start a discussion
on Github https://github.com/build-trust/ockam/discussions/new
If you have questions, as you explore, join us on the contributors
discord channel https://discord.gg/bewvnm6zqS
";

static SYNTAX_SET: Lazy<SyntaxSet> = Lazy::new(SyntaxSet::load_defaults_newlines);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct ShowCommand {
#[arg()]
name: Option<String>,

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

Expand Down

0 comments on commit 37fc092

Please sign in to comment.