Skip to content

Commit

Permalink
Fix query packet tx description
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jun 16, 2021
1 parent a799a89 commit 041c78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer-cli/src/commands/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ pub enum QueryPacketCmds {
UnreceivedAcks(packet::QueryUnreceivedAcknowledgementCmd),

/// The `query packet tx` subcommand
#[options(help = "Query a transaction by")]
#[options(help = "Query a transaction by hash")]
Tx(packet::QueryTxByHashCmd),
}

0 comments on commit 041c78a

Please sign in to comment.