remove the extra $ in front of a flag
This commit is contained in:
parent
cd693dcf3e
commit
04eef37cad
@ -90,9 +90,9 @@ Account Options:
|
|||||||
|
|
||||||
UI Options:
|
UI Options:
|
||||||
--force-ui Enable Trusted UI WebSocket endpoint,
|
--force-ui Enable Trusted UI WebSocket endpoint,
|
||||||
even when --unlock is in use. (default: ${flag_force_ui})
|
even when --unlock is in use. (default: {flag_force_ui})
|
||||||
--no-ui Disable Trusted UI WebSocket endpoint.
|
--no-ui Disable Trusted UI WebSocket endpoint.
|
||||||
(default: ${flag_no_ui})
|
(default: {flag_no_ui})
|
||||||
--ui-port PORT Specify the port of Trusted UI server
|
--ui-port PORT Specify the port of Trusted UI server
|
||||||
(default: {flag_ui_port}).
|
(default: {flag_ui_port}).
|
||||||
--ui-interface IP Specify the hostname portion of the Trusted UI
|
--ui-interface IP Specify the hostname portion of the Trusted UI
|
||||||
|
Loading…
Reference in New Issue
Block a user