diff options
author | June McEnroe <june@causal.agency> | 2020-05-21 13:17:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-21 13:17:04 -0400 |
commit | acf2e55a3383a6e4ee58e56d6933cc1fe1427145 (patch) | |
tree | 473daedd5c9e1df2047ef365bfdd8d3757071779 /scoop.1 | |
parent | Execute PAGER with the SHELL (diff) | |
download | litterbox-acf2e55a3383a6e4ee58e56d6933cc1fe1427145.tar.gz litterbox-acf2e55a3383a6e4ee58e56d6933cc1fe1427145.zip |
Expand and clarify documentation
Diffstat (limited to 'scoop.1')
-rw-r--r-- | scoop.1 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/scoop.1 b/scoop.1 index 1a29d33..e4eedfd 100644 --- a/scoop.1 +++ b/scoop.1 @@ -82,11 +82,12 @@ Match events from Match events .Po of type -.Cm kick -or +.Cm kick , .Cm nick +or +.Cm ban .Pc -with the target nickname +with the target nickname or mask .Ar target . . .It Fl a Ar time @@ -174,7 +175,9 @@ The types are .Cm quit , .Cm kick , .Cm nick , -.Cm topic . +.Cm topic , +.Cm ban , +.Cm unban . . .It Fl u Ar user Match events from users with the username @@ -211,6 +214,11 @@ For search query syntax, see The command to pipe terminal output to. The default is .Ev PAGER=less . +.It Ev SHELL +The shell used to run +.Ev PAGER . +The default is +.Pa /bin/sh . .El . .Sh SEE ALSO |