From 5e38bdfa8662ed5bdc100004f206e467cff9e6b5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 29 Apr 2020 16:05:04 +0200 Subject: add more help text about the boss names Everybody calls bosses by different names (Soulless Horror vs Desmina, Super Kodan Brothers, ...), so it might be good to have a list ready in the help message. Other names can still be used, but those are the end-user documented ones now. --- src/main.rs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8cd1329..712da94 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,7 +33,6 @@ mod output; /// be within an "all(player: ...)" or "any(player: ...)" construct. /// /// PREDICATES: -/// /// -character REGEX True if the character name matches the regex. /// -account REGEX True if the account name matches the regex. /// -name REGEX True if either character or account name match. @@ -48,6 +47,14 @@ mod output; /// -player REGEX Shorthand to check if any player in the log has the given name. /// -include Always evaluates to including the log. /// -exclude Always evaluates to excluding the log. +/// +/// BOSS NAMES: +/// The following names can be used with the -boss filter: +/// vg, gorseval, sabetha, slothasor, matthias, kc, xera, cairn, +/// mo, samarog, deimos, desmina, dhuum, ca, largos, qadim, +/// adina, sabir, qadimp, skorvald, artsariiv, arkk, mama, siax, +/// ensolyss, icebrood, fraenir, kodans, boneskinner, whisper. +/// Names can also be comma separated. #[derive(StructOpt, Debug)] #[structopt(verbatim_doc_comment)] pub struct Opt { -- cgit v1.2.3