Skip to content

Commit

Permalink
Merge PR #5114: Fix offline flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Sep 30, 2019
1 parent 5a94f34 commit d010b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/client/cli/tx_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ be generated via the 'multisign' command.
cmd.Flags().Bool(flagSigOnly, false, "Print only the generated signature, then exit")
cmd.Flags().Bool(
flagOffline, false,
"Offline mode; Do not query a full node. --account and --sequence options would be ignored if offline is set",
"Offline mode; Do not query a full node. --account and --sequence options would be required if offline is set",
)
cmd.Flags().String(flagOutfile, "", "The document will be written to the given file instead of STDOUT")

Expand Down

0 comments on commit d010b68

Please sign in to comment.