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

@ -223,6 +223,7 @@ func init() {
}
app.Action = signer
app.Commands = []cli.Command{initCommand, attestCommand, setCredentialCommand, delCredentialCommand, gendocCommand}
cli.CommandHelpTemplate = utils.OriginCommandHelpTemplate
}
func main() {