aboutsummaryrefslogtreecommitdiff
path: root/cmd/silentct-mon/examples.help2man
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-05-19 13:04:55 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-05-19 13:24:47 +0200
commit2188b0cbc6d557aec171ff9562db73009927d0ff (patch)
tree353d743baf062a8ecde1af7d10b8483f9207f1c6 /cmd/silentct-mon/examples.help2man
parente2024b9a379879ea2d741d76e3b0a65ece5154ea (diff)
Free up -f so that it can be used for force
Diffstat (limited to 'cmd/silentct-mon/examples.help2man')
-rw-r--r--cmd/silentct-mon/examples.help2man4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/silentct-mon/examples.help2man b/cmd/silentct-mon/examples.help2man
index 7a1e8fc..15f97cb 100644
--- a/cmd/silentct-mon/examples.help2man
+++ b/cmd/silentct-mon/examples.help2man
@@ -27,11 +27,11 @@ A basic configuration is shown below.
Bootstrap a new monitor in a non-existent directory:
-.B $ silentct-mon -b -d ~/.local/lib/silent-ct -f ~/.config/silent-ct/config.json
+.B $ silentct-mon -b -c ~/.config/silent-ct/config.json -d ~/.local/lib/silent-ct
Run the monitor continuously:
-.B $ silentct-mon -d ~/.local/lib/silent-ct -f ~/.config/silent-ct/config.json
+.B $ silentct-mon -c ~/.config/silent-ct/config.json -d ~/.local/lib/silent-ct
Use
.B -v DEBUG