From 62974e627eb7385e94a115888f45b0e3b88c6fc4 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Mon, 22 Oct 2018 16:52:54 -0700 Subject: [PATCH] Improve online docs --- x/auth/client/cli/sign.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x/auth/client/cli/sign.go b/x/auth/client/cli/sign.go index 98c3e750c..7d17dde44 100644 --- a/x/auth/client/cli/sign.go +++ b/x/auth/client/cli/sign.go @@ -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 , 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.`,