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
Diffstat (limited to '')
-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:
2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroerebuild everything if CGIT_VERSION changesJohn Keeping 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping