Skip to content

Commit 33c045c

Browse files
fix memo flag description (#9436)
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
1 parent 2ae7875 commit 33c045c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/flags/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func AddTxFlagsToCmd(cmd *cobra.Command) {
9797
cmd.Flags().String(FlagFrom, "", "Name or address of private key with which to sign")
9898
cmd.Flags().Uint64P(FlagAccountNumber, "a", 0, "The account number of the signing account (offline mode only)")
9999
cmd.Flags().Uint64P(FlagSequence, "s", 0, "The sequence number of the signing account (offline mode only)")
100-
cmd.Flags().String(FlagNote, "", "Note to add a description to the transaction (previously `--memo`)")
100+
cmd.Flags().String(FlagNote, "", "Note to add a description to the transaction (previously --memo)")
101101
cmd.Flags().String(FlagFees, "", "Fees to pay along with transaction; eg: 10uatom")
102102
cmd.Flags().String(FlagGasPrices, "", "Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)")
103103
cmd.Flags().String(FlagNode, "tcp://localhost:26657", "<host>:<port> to tendermint rpc interface for this chain")

0 commit comments

Comments
 (0)