about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-29 21:10:24 -0500
committerJune McEnroe <june@causal.agency>2019-11-29 21:10:24 -0500
commit0223d7ee90fe56f3ea883ccff7d30f54d64b0498 (patch)
tree91cff51cf50f8890b893b2b2ef194a0efabb0806
parentAdd unscoop manual page (diff)
downloadlitterbox-0223d7ee90fe56f3ea883ccff7d30f54d64b0498.tar.gz
litterbox-0223d7ee90fe56f3ea883ccff7d30f54d64b0498.zip
Document -d option to unscoop
-rw-r--r--unscoop.17
1 files changed, 7 insertions, 0 deletions
diff --git a/unscoop.1 b/unscoop.1
index 2e11d06..5eec76c 100644
--- a/unscoop.1
+++ b/unscoop.1
@@ -10,6 +10,7 @@
 .Nm
 .Op Fl C Ar context
 .Op Fl N Ar network
+.Op Fl d Ar path
 .Op Fl f Ar format
 .Ar
 .
@@ -27,6 +28,12 @@ The arguments are as follows:
 Set the channel or query name of the imported logs.
 .It Fl N Ar network
 Set the network name of the imported logs.
+.It Fl d Ar path
+Import into the database at
+.Ar path .
+See
+.Xr litterbox 1
+for the default database path.
 .It Fl f Ar format
 Set the input log format.
 The following formats are supported:
href='/src/commit/bin/hi.c?id=e423f02faa330ceef1c6d5f9c6bdc42eeb834f93&follow=1'>Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe