cmd: fix command help messages in modules (#20203)

This commit is contained in:
zaccoding
2019-11-26 19:46:39 +09:00
committed by Martin Holst Swende
parent 0676320169
commit 23c8c74131
6 changed files with 16 additions and 28 deletions

View File

@ -43,6 +43,7 @@ func init() {
commandSignMessage,
commandVerifyMessage,
}
cli.CommandHelpTemplate = utils.OriginCommandHelpTemplate
}
// Commonly used command line flags.