diff options
author | Daniel <kingdread@gmx.de> | 2021-11-19 21:57:58 +0100 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2021-11-19 21:57:58 +0100 |
commit | 4a9ca9f7a463cea8adf3c3a24ee541fd637d3202 (patch) | |
tree | 90d7d287600fa67dde97013cd4fb088f94006e12 /raidgrep.1.asciidoc | |
parent | 3d2355fc394974eb0b18b3f8c2647071a4e29453 (diff) | |
download | raidgrep-4a9ca9f7a463cea8adf3c3a24ee541fd637d3202.tar.gz raidgrep-4a9ca9f7a463cea8adf3c3a24ee541fd637d3202.tar.bz2 raidgrep-4a9ca9f7a463cea8adf3c3a24ee541fd637d3202.zip |
update manpage and help text
Diffstat (limited to 'raidgrep.1.asciidoc')
-rw-r--r-- | raidgrep.1.asciidoc | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc index bad90f0..8068ce6 100644 --- a/raidgrep.1.asciidoc +++ b/raidgrep.1.asciidoc @@ -139,6 +139,28 @@ Those predicates can be used as-is in the filter: + Note that you have to quote the regex if it contains spaces or other special characters. +*-gamemode* 'MODE':: + Include logs in the given game modes. Modes are 'raid', 'fractal', 'strike', + 'golem' and 'wvw'. Multiple game modes can be separated by commas. + +*-raid*:: + Include logs that were in a raid (equivalent to *-gamemode raid*). + +*-fractal*:: + Include logs that were in a fractal (equivalent to *-gamemode fractal*). + +*-strike*:: + Include logs that were made in a strike mission (equivalent to *-gamemode + strike*). + +*-golem*:: + Include logs that were made at the training golem (equivalent to *-gamemode + golem*). + +*-wvw*:: + Include logs that were made in World-versus-World (equivalent to *-gamemode + wvw*). + *all(player:* 'PREDICATES' *)*:: Include logs in which all players match the given player predicates. See below for a list of player predicates. @@ -208,16 +230,17 @@ The following list is an inexhaustive list of all accepted boss names, with one name per boss given: * *Wing 1*: vg, gorseval, sabetha -* *Wing 2*: slothasor, matthias +* *Wing 2*: slothasor, trio, matthias * *Wing 3*: kc, xera * *Wing 4*: cairn, mo, samarog, deimos -* *Wing 5*: desmina, dhuum +* *Wing 5*: desmina, river, broken king, eater, eyes, dhuum * *Wing 6*: ca, largos, qadim * *Wing 7*: adina, sabir, qadimp * *100 CM*: ai * *99 CM*: skorvald, artsariiv, arkk * *98 CM*: mama, siax, ensolyss * *Strike Missions*: icebrood, fraenir, kodans, boneskinner, whisper +* *Training Golems*: standard golem, medium golem, large golem === Regular Expressions |