Skip to content

Commit

Permalink
add --from to tx sign-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo authored and Cashmaney committed Mar 16, 2022
1 parent d438c0f commit e9efe4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/auth/client/cli/tx_doc_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func GetSignDocCommand() *cobra.Command {
}

cmd.Flags().String(flags.FlagOutputDocument, "", "The document will be written to the given file instead of STDOUT")
cmd.Flags().String(flags.FlagFrom, "", "Name or address of private key with which to sign")
cmd.MarkFlagRequired(flags.FlagFrom)

return cmd
Expand Down

0 comments on commit e9efe4d

Please sign in to comment.