Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed May 3, 2024
1 parent 72b4a68 commit c6ea9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/fbridge/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func NewQuerySeqToBlocknumsCmd() *cobra.Command {
Use: "seq-to-blocknums",
Short: "Query the block number for given sequence numbers",
Args: cobra.NoArgs,
Example: fmt.Sprintf("%s query %s sending seq-to-blocknums --sequences=1,2,3", version.AppName, types.ModuleName),
Example: fmt.Sprintf("%s query %s seq-to-blocknums --sequences=1,2,3", version.AppName, types.ModuleName),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientQueryContext(cmd)
if err != nil {
Expand Down

0 comments on commit c6ea9b8

Please sign in to comment.