Fix names

This commit is contained in:
cheatfate 2020-06-29 18:44:37 +03:00 committed by zah
parent a6f359527d
commit d71ce6a60a
1 changed files with 4 additions and 2 deletions

View File

@ -139,13 +139,15 @@ cli do (skipGoerliKey {.
desc: "Base TCP/UDP port (nodeID will be added to it)" .} = 9000.int,
metricsAddress {.
desc: "Listening address of the metrics server" .} = "127.0.0.1",
desc: "Listening address of the metrics server"
name: "metrics-address" .} = "127.0.0.1",
baseMetricsPort {.
desc: "Base metrics port (nodeID will be added to it)" .} = 8008.int,
rpcAddress {.
desc: "Listening address of the RPC server" .} = "127.0.0.1",
desc: "Listening address of the RPC server"
name: "rpc-address" .} = "127.0.0.1",
baseRpcPort {.
desc: "Base rpc port (nodeID will be added to it)" .} = 9190.int,