diff options
author | June McEnroe <june@causal.agency> | 2020-07-11 15:17:42 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-11 15:17:42 -0400 |
commit | c1178a287fac80182714d8782a57dbf32bf5e815 (patch) | |
tree | b4b2a184c70f81f5a25ef5dab9967e4a1a2fd157 /scooper.1 | |
parent | Preserve search query when clicking network or context columns (diff) | |
download | scooper-c1178a287fac80182714d8782a57dbf32bf5e815.tar.gz scooper-c1178a287fac80182714d8782a57dbf32bf5e815.zip |
Remove -f option
I missed that there was a function to automatically detect if it's FastCGI!
Diffstat (limited to 'scooper.1')
-rw-r--r-- | scooper.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/scooper.1 b/scooper.1 index c05676b..88f1110 100644 --- a/scooper.1 +++ b/scooper.1 @@ -1,4 +1,4 @@ -.Dd July 10, 2020 +.Dd July 11, 2020 .Dt SCOOPER 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl fp +.Op Fl p .Op Fl l Ar limit .Op Fl r Ar recent .Op Fl s Ar url @@ -35,11 +35,6 @@ Prepare all SQL statements against the given .Ar database and exit. . -.It Fl f -Become a FastCGI worker, -which can be managed by -.Xr kfcgi 8 . -. .It Fl l Ar limit Limit the number of events to be displayed on one page. @@ -66,6 +61,7 @@ database. .El . .Sh SEE ALSO +.Xr kfcgi 8 , .Xr litterbox 1 . .Sh AUTHORS |