summary refs log tree commit diff
diff options
context:
space:
mode:
-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:
g attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev