Skip to content

Commit 51ed808

Browse files
alexanderbezjulienrbrt
authored andcommitted
Update x/bank/client/cli/tx.go
1 parent 7236694 commit 51ed808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/bank/client/cli/tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewSendTxCmd() *cobra.Command {
4040
Long: `Send funds from one account to another.
4141
Note, the '--from' flag is ignored as it is implied from [from_key_or_address].
4242
When using '--dry-run' a key name cannot be used, only a bech32 address.
43-
`,
43+
`,
4444
Args: cobra.ExactArgs(3),
4545
RunE: func(cmd *cobra.Command, args []string) error {
4646
cmd.Flags().Set(flags.FlagFrom, args[0])

0 commit comments

Comments
 (0)