Skip to content

Commit

Permalink
I might not have this rewording exactly correct, but can we write in …
Browse files Browse the repository at this point in the history
…the active voice and specify who or what performed the action
  • Loading branch information
Barrie Byron committed Feb 26, 2021
1 parent 971ff6d commit 1a961a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/client/cli/tx_multisign.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ The SIGN_MODE_DIRECT sign mode is not supported.'
cmd.Flags().Bool(flagNoAutoIncrement, false, "disable sequence auto increment")
cmd.Flags().String(
flagMultisig, "",
"Address of the multisig account on behalf of which the transaction shall be signed",
"Address of the multisig account that the transaction signs on behalf of",
)
flags.AddTxFlagsToCmd(cmd)

Expand Down

0 comments on commit 1a961a2

Please sign in to comment.