Improve online docs

This commit is contained in:
Alessio Treglia 2018-10-22 16:52:54 -07:00
parent 4bf17e82b4
commit 62974e627e
No known key found for this signature in database
GPG Key ID: E8A48AE5311D765A
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ func GetSignCommand(codec *amino.Codec, decoder auth.AccountDecoder) *cobra.Comm
Long: `Sign transactions created with the --generate-only flag.
Read a transaction from <file>, sign it, and print its JSON encoding.
If the flag --print-signature-only flag is on, it outputs a JSON representation
of the generated signature only.
The --offline flag makes sure that the client will not reach out to the local cache.
Thus account number or sequence number lookups will not be performed and it is
recommended to set such parameters manually.`,