This commit is contained in:
rigel rozanski
2017-04-18 03:19:15 -04:00
committed by Ethan Buchman
parent 5d0c2a1414
commit 72c4be35e8
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import (
var runNodeCmd = &cobra.Command{
Use: "node",
Short: "RunE the tendermint node",
Short: "Run the tendermint node",
PreRun: setConfigFlags,
RunE: runNode,
}