Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 29, 2024
1 parent f7138f8 commit 3cf023d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli/compare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pub enum Error {
/// Compare two XDR values with each other
///
/// Outputs:
/// - `-1` when the left XDR value is less than the right XDR value
/// - `0` when the left XDR value is equal to the right XDR value
/// - `1` when the left XDR value is greater than the right XDR value
/// `-1` when the left XDR value is less than the right XDR value,
/// `0` when the left XDR value is equal to the right XDR value,
/// `1` when the left XDR value is greater than the right XDR value
#[derive(Args, Debug, Clone)]
#[command()]
pub struct Cmd {
Expand Down

0 comments on commit 3cf023d

Please sign in to comment.