This commit is contained in:
rigel rozanski
2017-04-25 13:44:13 -04:00
committed by Ethan Buchman
parent 5d0c2a1414
commit 72c4be35e8
2 changed files with 1 additions and 3 deletions
+1 -1
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,
}