diff options
author | Daniel <kingdread@gmx.de> | 2020-05-12 13:51:09 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-12 13:51:09 +0200 |
commit | 371186e872df3518bb5a2894f487ec02a42c771a (patch) | |
tree | 1f49b34df2f9d44708076928d3868534064f634a /src/main.rs | |
parent | f2f2582d546327be9e0254dea8370a9bb6b749f7 (diff) | |
download | raidgrep-371186e872df3518bb5a2894f487ec02a42c771a.tar.gz raidgrep-371186e872df3518bb5a2894f487ec02a42c771a.tar.bz2 raidgrep-371186e872df3518bb5a2894f487ec02a42c771a.zip |
add a -cm 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 74fcf7f..e8ed255 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,6 +52,7 @@ const APP_NAME: &str = "raidgrep"; /// -before DATE Only include logs from before the given date. /// -after DATE Only include logs from after the given date. /// -boss BOSSES Only include logs from the given bosses. +/// -cm Only include logs with challenge mote enabled. /// -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. |