Skip to content

Commit

Permalink
Update x/auth/client/cli/query.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christoffersen <[email protected]>
  • Loading branch information
amaury1093 and ryanchristo authored Aug 17, 2021
1 parent 758601a commit 7c2bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $ %s query txs --%s 'message.sender=cosmos1...&message.action=withdraw_delegator
func QueryTxCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "tx --type=[hash|acc_seq|signature] [hash|acc_seq|signature]",
Short: "Query for a transaction by hash, \"<addr>/seq\" combination or comma-separated signatures in a committed block",
Short: "Query for a transaction by hash, \"<addr>/<seq>\" combination or comma-separated signatures in a committed block",
Long: strings.TrimSpace(fmt.Sprintf(`
Example:
$ %s query tx <hash>
Expand Down

0 comments on commit 7c2bc6d

Please sign in to comment.