diff options
-rw-r--r-- | scoop.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/scoop.1 b/scoop.1 index 1ab6dca..a16d9f2 100644 --- a/scoop.1 +++ b/scoop.1 @@ -1,4 +1,4 @@ -.Dd December 31, 2019 +.Dd January 1, 2020 .Dt SCOOP 1 .Os . @@ -171,6 +171,15 @@ For search query syntax, see .Lk https://www.sqlite.org/fts5.html#full_text_query_syntax .El . +.Sh ENVIRONMENT +.Bl -tag -width Ds +.It Ev PAGER +The command to pipe terminal output to. +If it is unset, +.Ev PAGER=less +is used. +.El +. .Sh SEE ALSO .Xr litterbox 1 . |