diff options
author | Daniel <kingdread@gmx.de> | 2020-06-08 00:33:16 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-06-08 00:33:16 +0200 |
commit | d89b1efccda7c5410fce1a1cf0c1e485bb1e9527 (patch) | |
tree | e83e4d2a772f4c2dee8ee973b700a6b550c42555 /raidgrep.1.asciidoc | |
parent | 120d650b1d7dc9eeabcc287d6d27c564e818834f (diff) | |
download | raidgrep-d89b1efccda7c5410fce1a1cf0c1e485bb1e9527.tar.gz raidgrep-d89b1efccda7c5410fce1a1cf0c1e485bb1e9527.tar.bz2 raidgrep-d89b1efccda7c5410fce1a1cf0c1e485bb1e9527.zip |
update manpage & changelog for --check
Diffstat (limited to 'raidgrep.1.asciidoc')
-rw-r--r-- | raidgrep.1.asciidoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc index 7cb3f38..fc54f35 100644 --- a/raidgrep.1.asciidoc +++ b/raidgrep.1.asciidoc @@ -48,6 +48,13 @@ command line: *-d* 'path', *--dir* 'path':: Path to the folder with logs [default: .] +*-c* 'file', *--check* 'file':: + Check the given log file only. + + + + If this option is given, the given file will be checked against the given + filter. This does not produce any output, will will set the exit code + accordingly (see section 'EXIT STATUS'). + *-s* 'sorting', *--sort* 'sorting':: Sort the output according to the given fields. Valid fields are 'boss', 'date', 'cm' and 'outcome'. Fields can be comma-separated, then later |