diff options
author | June McEnroe <june@causal.agency> | 2021-05-19 18:05:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-19 18:05:31 -0400 |
commit | 21b5983bfbebf24da5b62c1dab8ce96e76e07d43 (patch) | |
tree | 3a43ce50c2601f6e0550e95ca3f6793a49ccecee /scooper.1 | |
parent | Replace freenode with tilde.chat (diff) | |
download | scooper-21b5983bfbebf24da5b62c1dab8ce96e76e07d43.tar.gz scooper-21b5983bfbebf24da5b62c1dab8ce96e76e07d43.zip |
Add -h flag to hide user hostnames 1.2
Diffstat (limited to '')
-rw-r--r-- | scooper.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/scooper.1 b/scooper.1 index cb0c292..383b6ec 100644 --- a/scooper.1 +++ b/scooper.1 @@ -1,4 +1,4 @@ -.Dd July 12, 2020 +.Dd May 19, 2021 .Dt SCOOPER 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl p +.Op Fl hp .Op Fl g Ar gap .Op Fl l Ar limit .Op Fl o Ar overlap @@ -54,6 +54,9 @@ Set the time in seconds between events after which to indicate a gap. The default is 3600 (one hour). . +.It Fl h +Hide user hostnames. +. .It Fl l Ar limit Limit the number of events to be displayed on one page. @@ -97,6 +100,9 @@ database. .It Ev SCOOPER_GAP Equivalent to .Fl g . +.It Ev SCOOPER_HIDE_HOST +Equivalent to +.Fl h . .It Ev SCOOPER_LIMIT Equivalent to .Fl l . |