diff options
Diffstat (limited to '')
-rw-r--r-- | scoop.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scoop.1 b/scoop.1 index a16d9f2..253b2ea 100644 --- a/scoop.1 +++ b/scoop.1 @@ -23,6 +23,7 @@ .Op Fl n Ar nick .Op Fl t Ar type .Op Fl u Ar user +.Op Fl w Ar expr .Op Ar search .Nm .Fl s @@ -157,6 +158,14 @@ Match events from users with the username .It Fl v Print the expanded SQL query being used to standard error. . +.It Fl w Ar expr +Add the SQL expression +.Ar expr +to the +.Sy WHERE +clause of the query. +This option can only be used once. +. .It Ar search Match events using full-text search. The searchable columns are |