Add "BETA version" note to the `--rest` server command line parameters descriptions.

This commit is contained in:
cheatfate 2021-04-07 17:35:20 +03:00 committed by zah
parent d443801818
commit 934cc453d9
1 changed files with 3 additions and 3 deletions

View File

@ -283,17 +283,17 @@ type
restEnabled* {.
defaultValue: false
desc: "Enable the REST server"
desc: "Enable the REST (BETA version) server [=false]"
name: "rest" }: bool
restPort* {.
defaultValue: DefaultEth2RestPort
desc: "HTTP port for the REST service"
desc: "Port for the REST (BETA version) server [=5052]"
name: "rest-port" }: Port
restAddress* {.
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
inProcessValidators* {.