diff options
Diffstat (limited to 'raidgrep.1.asciidoc')
| -rw-r--r-- | raidgrep.1.asciidoc | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc index 65b5d18..78dcf78 100644 --- a/raidgrep.1.asciidoc +++ b/raidgrep.1.asciidoc @@ -96,6 +96,14 @@ Those predicates can be used as-is in the filter:      Include logs made after the given date. See *-before* for valid date      formats. +*-log-before* 'DATE', *-log-after* 'DATE':: +    Same as *-before* and *-after*, but does not use file name heuristics to +    filter the date. + +    + +    This can fix wrong results in case you renamed files, but it comes at the +    cost of worse runtime performance. You should always use *-before*/*-after* +    when possible! +  *-boss* 'BOSSES'::      Include logs from the given bosses. See below for a list of valid boss      names. Names can also be comma separated. | 
