diff options
author | June McEnroe <june@causal.agency> | 2020-07-09 23:56:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-09 23:56:31 -0400 |
commit | 50ad4e1b09e32148628427baa47e96fc829adb23 (patch) | |
tree | 4efc749c560d49615b466de832d5514291b56b99 /scooper.1 | |
parent | Add before param in redirect (diff) | |
download | scooper-50ad4e1b09e32148628427baa47e96fc829adb23.tar.gz scooper-50ad4e1b09e32148628427baa47e96fc829adb23.zip |
Add -c to check SQL queries
Diffstat (limited to '')
-rw-r--r-- | scooper.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scooper.1 b/scooper.1 index 1e72631..9350ad1 100644 --- a/scooper.1 +++ b/scooper.1 @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl fp +.Op Fl cfp .Op Fl s Ar url .Ar database . @@ -22,6 +22,8 @@ IRC log database. .Pp The arguments are as follows: .Bl -tag -width Ds +.It Fl c +Exit after preparing statements. .It Fl f Become a FastCGI worker, which can be managed by |