From c3961488f737e31314c10bebf10c94effb28f4ff Mon Sep 17 00:00:00 2001 From: Raskaro Date: Mon, 1 Jul 2019 15:32:38 +0200 Subject: [PATCH] Fix typo in README.md: option with double dash --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a05f632d..52f64b5f 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ Just download `pmctl` from the [releases page](https://github.com/Safing/portmas # already active connections may not be handled correctly, please restart programs for clean behavior # then start the app: - ./pmctl run app -db=/opt/pm_db + ./pmctl run app --db=/opt/pm_db # and the notifier: - ./pmctl run notifier -db=/opt/pm_db + ./pmctl run notifier --db=/opt/pm_db #### Feedback