Skip to content

Commit

Permalink
fix: Improve verify --message description
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Nov 29, 2024
1 parent 582fb80 commit c14576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub enum DataCommand {
alias: String,
#[arg(short, long)]
oobi: Vec<String>,
/// JSON-based data with attached CESR stream to be verified
/// JSON-based data with CESR attachments to be verified
#[arg(short, long)]
message: Option<String>,
},
Expand Down

0 comments on commit c14576e

Please sign in to comment.