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:
:42 -0500'>2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe