From fd4583d9851502bac0d7600e58658e3217a44e4b Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 25 Apr 2020 00:41:08 +0200 Subject: [PATCH] cmd/clef: Add new --acceptWarn to clef README --- cmd/clef/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/clef/README.md b/cmd/clef/README.md index 90afe8c8c8..0981f1b3e6 100644 --- a/cmd/clef/README.md +++ b/cmd/clef/README.md @@ -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 ```