Fix typo in README.md: option with double dash

This commit is contained in:
Raskaro 2019-07-01 15:32:38 +02:00
parent 81eee568f2
commit c3961488f7

View file

@ -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