diff --git a/x/auth/client/cli/tx_sign.go b/x/auth/client/cli/tx_sign.go index 8ae87cb40..95dd0b08d 100644 --- a/x/auth/client/cli/tx_sign.go +++ b/x/auth/client/cli/tx_sign.go @@ -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")