diff options
author | June McEnroe <june@causal.agency> | 2019-12-23 21:08:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-23 21:08:32 -0500 |
commit | de5f00d71614a5018a6468d5fd7e3cc039c41ec6 (patch) | |
tree | 4d4bf449f922b8e1e6031afca650adf91a03744b /unscoop.1 | |
parent | Handle NICK (diff) | |
download | litterbox-de5f00d71614a5018a6468d5fd7e3cc039c41ec6.tar.gz litterbox-de5f00d71614a5018a6468d5fd7e3cc039c41ec6.zip |
Factour out verbose, dbStep+reset
Diffstat (limited to '')
-rw-r--r-- | unscoop.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unscoop.1 b/unscoop.1 index ac8a625..6418733 100644 --- a/unscoop.1 +++ b/unscoop.1 @@ -1,4 +1,4 @@ -.Dd December 12, 2019 +.Dd December 23, 2019 .Dt UNSCOOP 1 .Os . @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl v .Op Fl C Ar context .Op Fl N Ar network .Op Fl d Ar path @@ -80,6 +81,9 @@ and .It Cm textual Logs from the Textual IRC client. .El +. +.It Fl v +Log SQL to standard error. .El . .Sh EXAMPLES |