mirror of
https://github.com/safing/portmaster
synced 2025-04-17 09:29:09 +00:00
Fix typo in README.md: option with double dash
This commit is contained in:
parent
81eee568f2
commit
c3961488f7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue