mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/clef: Add new --acceptWarn to clef README
This commit is contained in:
parent
a273f273e2
commit
fd4583d985
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ GLOBAL OPTIONS:
|
|||
--stdio-ui Use STDIN/STDOUT as a channel for an external UI. This means that an STDIN/STDOUT is used for RPC-communication with a e.g. a graphical user interface, and can be used when Clef is started by an external process.
|
||||
--stdio-ui-test Mechanism to test interface between Clef and UI. Requires 'stdio-ui'.
|
||||
--advanced If enabled, issues warnings instead of rejections for suspicious requests. Default off
|
||||
--acceptWarn If set, does not show the warning during boot
|
||||
--help, -h show help
|
||||
--version, -v print the version
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue