Add "BETA version" note to the `--rest` server command line parameters descriptions.
This commit is contained in:
parent
d443801818
commit
934cc453d9
|
@ -283,17 +283,17 @@ type
|
||||||
|
|
||||||
restEnabled* {.
|
restEnabled* {.
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
desc: "Enable the REST server"
|
desc: "Enable the REST (BETA version) server [=false]"
|
||||||
name: "rest" }: bool
|
name: "rest" }: bool
|
||||||
|
|
||||||
restPort* {.
|
restPort* {.
|
||||||
defaultValue: DefaultEth2RestPort
|
defaultValue: DefaultEth2RestPort
|
||||||
desc: "HTTP port for the REST service"
|
desc: "Port for the REST (BETA version) server [=5052]"
|
||||||
name: "rest-port" }: Port
|
name: "rest-port" }: Port
|
||||||
|
|
||||||
restAddress* {.
|
restAddress* {.
|
||||||
defaultValue: defaultAdminListenAddress
|
defaultValue: defaultAdminListenAddress
|
||||||
desc: "Listening address of the REST server"
|
desc: "Listening address of the REST (BETA version) server [=127.0.0.1]"
|
||||||
name: "rest-address" }: ValidIpAddress
|
name: "rest-address" }: ValidIpAddress
|
||||||
|
|
||||||
inProcessValidators* {.
|
inProcessValidators* {.
|
||||||
|
|
Loading…
Reference in New Issue