diff options
author | June McEnroe <june@causal.agency> | 2019-11-29 21:01:13 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-29 21:01:13 -0500 |
commit | 89058f076b19590eb501c12d82617e48558dd737 (patch) | |
tree | 785b26f622d9205672606ec7f7e339641cb95416 /unscoop.1 | |
parent | Add litterbox manual page (diff) | |
download | litterbox-89058f076b19590eb501c12d82617e48558dd737.tar.gz litterbox-89058f076b19590eb501c12d82617e48558dd737.zip |
Add unscoop manual page
Diffstat (limited to '')
-rw-r--r-- | unscoop.1 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/unscoop.1 b/unscoop.1 new file mode 100644 index 0000000..2e11d06 --- /dev/null +++ b/unscoop.1 @@ -0,0 +1,49 @@ +.Dd November 29, 2019 +.Dt UNSCOOP 1 +.Os +. +.Sh NAME +.Nm unscoop +.Nd import IRC logs +. +.Sh SYNOPSIS +.Nm +.Op Fl C Ar context +.Op Fl N Ar network +.Op Fl f Ar format +.Ar +. +.Sh DESCRIPTION +The +.Nm +utility imports IRC logs into the +.Xr litterbox 1 +database. +. +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl C Ar context +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 f Ar format +Set the input log format. +The following formats are supported: +.Sy textual . +.El +. +.Sh SEE ALSO +.Xr litterbox 1 , +.Xr scoop 1 +. +.Sh AUTHORS +.An June Bug Aq Mt june@causal.agency +. +.Sh BUGS +Send mail to +.Aq Mt june@causal.agency +or join +.Li #ascii.town +on +.Li chat.freenode.net . |