X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=cmd%2Fvapord%2Fcommands%2Frun_node.go;h=3e8993b1fb4a7d8dff6be150ae0f2f2ca2574a97;hp=8df7f00a539f2a60ef2ae79d37f210734697a305;hb=56e550cee405bd4696c53c468fdfea1aec5c4510;hpb=4c30652bc333792725d18fba1f92493369b59e5a diff --git a/cmd/vapord/commands/run_node.go b/cmd/vapord/commands/run_node.go index 8df7f00a..3e8993b1 100644 --- a/cmd/vapord/commands/run_node.go +++ b/cmd/vapord/commands/run_node.go @@ -32,7 +32,7 @@ func init() { runNodeCmd.Flags().String("chain_id", config.ChainID, "Select network type") // log level - runNodeCmd.Flags().String("log_level", config.LogLevel, "Select log level(debug, info, warn, error or fatal") + runNodeCmd.Flags().String("log_level", config.LogLevel, "Select log level(debug, info, warn, error or fatal)") // p2p flags runNodeCmd.Flags().String("p2p.laddr", config.P2P.ListenAddress, "Node listen address. (0.0.0.0:0 means any interface, any port)")