diff options
author | Daniel <kingdread@gmx.de> | 2020-05-04 15:25:33 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-04 15:25:33 +0200 |
commit | 74dc6574650a157ab57779dc633e140d020b792a (patch) | |
tree | 6543a81e0545b9acfeea64a63547c0f7aadf996c /src/main.rs | |
parent | 6afe5879579ad39397024fbdbe75ad3207ff50a1 (diff) | |
download | raidgrep-74dc6574650a157ab57779dc633e140d020b792a.tar.gz raidgrep-74dc6574650a157ab57779dc633e140d020b792a.tar.bz2 raidgrep-74dc6574650a157ab57779dc633e140d020b792a.zip |
add -class player filter
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index d9f0817..bf4c472 100644 --- a/src/main.rs +++ b/src/main.rs @@ -43,6 +43,7 @@ const APP_NAME: &str = "raidgrep"; /// -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. +/// -class CLASSES True if the player has one of the listed classes. /// /// -success Only include successful logs. /// -wipe Only include failed logs. |