mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-18 23:51:21 +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