aboutsummaryrefslogtreecommitdiff
path: root/raidgrep.1.asciidoc
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-05-14 16:13:28 +0200
committerDaniel <kingdread@gmx.de>2020-05-14 16:13:28 +0200
commitc973f2ddb47721254f6f5a81e4c45f0c72d793fd (patch)
tree4aa7c00b87eec09ee1faca957be508efe3dbbb65 /raidgrep.1.asciidoc
parent331d6b1762d1d9431b210fc98a495d56ad7a1cd1 (diff)
parente2d23d4b76000263e9f939637353bbc4bb9289fd (diff)
downloadraidgrep-c973f2ddb47721254f6f5a81e4c45f0c72d793fd.tar.gz
raidgrep-c973f2ddb47721254f6f5a81e4c45f0c72d793fd.tar.bz2
raidgrep-c973f2ddb47721254f6f5a81e4c45f0c72d793fd.zip
Merge branch 'sorted-output'
Diffstat (limited to 'raidgrep.1.asciidoc')
-rw-r--r--raidgrep.1.asciidoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc
index 30e0b2f..584713e 100644
--- a/raidgrep.1.asciidoc
+++ b/raidgrep.1.asciidoc
@@ -48,6 +48,18 @@ command line:
*-d* 'path', *--dir* 'path'::
Path to the folder with logs [default: .]
+*-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
+ fields are used to break ties. Fields can be prefixed by ~ to indicate
+ sorting in the opposite direction. +
+ +
+ Note that using this option will cause raidgrep to buffer all results until
+ the search has finished, which means that no output will happen until every
+ file has been searched. It can also lead to a higher memory consumption,
+ based on how many logs are matched. Therefore, it is advised that you do
+ not use this option unless needed. +
+
== PREDICATES
The following predicates can be used after the options. Note that they should