From fa7f799f4407ca9db5166869ae6ab88c93681128 Mon Sep 17 00:00:00 2001 From: tilman Date: Sun, 10 Mar 2024 14:07:38 +0100 Subject: [PATCH] clarify mutually exclusive options in synopsis syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0185e8b..1fef18f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Usage ``` -nft-edit-ruleset [--config [CONFIG_FILE]] [--fail] [--timeout SECONDS] [--yes] +nft-edit-ruleset [ --timeout SECONDS | --config [CONFIG_FILE] ] [--fail] [--yes] ``` # Description