mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +00:00
tiny fix
This commit is contained in:
committed by
Ethan Buchman
parent
5d0c2a1414
commit
72c4be35e8
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user