remove BETA tag on rest command line help
This commit is contained in:
parent
9e8081e405
commit
052bec1c1f
|
@ -296,18 +296,18 @@ type
|
||||||
name: "rpc-address" }: ValidIpAddress
|
name: "rpc-address" }: ValidIpAddress
|
||||||
|
|
||||||
restEnabled* {.
|
restEnabled* {.
|
||||||
desc: "Enable the REST (BETA version) server"
|
desc: "Enable the REST server"
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
name: "rest" }: bool
|
name: "rest" }: bool
|
||||||
|
|
||||||
restPort* {.
|
restPort* {.
|
||||||
desc: "Port for the REST (BETA version) server"
|
desc: "Port for the REST server"
|
||||||
defaultValue: DefaultEth2RestPort
|
defaultValue: DefaultEth2RestPort
|
||||||
defaultValueDesc: "5052"
|
defaultValueDesc: "5052"
|
||||||
name: "rest-port" }: Port
|
name: "rest-port" }: Port
|
||||||
|
|
||||||
restAddress* {.
|
restAddress* {.
|
||||||
desc: "Listening address of the REST (BETA version) server"
|
desc: "Listening address of the REST server"
|
||||||
defaultValue: defaultAdminListenAddress
|
defaultValue: defaultAdminListenAddress
|
||||||
defaultValueDesc: "127.0.0.1"
|
defaultValueDesc: "127.0.0.1"
|
||||||
name: "rest-address" }: ValidIpAddress
|
name: "rest-address" }: ValidIpAddress
|
||||||
|
|
Loading…
Reference in New Issue