Skip to content

Commit

Permalink
Update src/bin/ion/commands/eq.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Slayton <[email protected]>
  • Loading branch information
popematt and zslayton authored Jan 8, 2025
1 parent 9b39530 commit aff3248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/ion/commands/eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl IonCliCommand for EqCommand {
}

fn about(&self) -> &'static str {
"Compares two Ion streams"
"Compares two Ion streams and reports whether they are data-model equivalent"
}

fn is_stable(&self) -> bool {
Expand Down

0 comments on commit aff3248

Please sign in to comment.