diff options
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. |