update changelog and readme text

This commit is contained in:
Tanaka Zakku
2022-06-21 16:30:24 +09:00
parent 08fc0461ef
commit 965e2bb91c
4 changed files with 5 additions and 5 deletions

View File

@@ -214,7 +214,7 @@ pub struct Config {
#[clap(long = "target-file-ext", multiple_values = true)]
pub evtx_file_ext: Option<Vec<String>>,
/// Exclude by status in rule (ex: experimental) (ex: stable test)
/// Ignore rules according to status (ex: experimental) (ex: stable test)
#[clap(long = "exclude-status", multiple_values = true)]
pub exclude_status: Option<Vec<String>>,
}