Feature/change level option#250 (#259)

* fixed level option #250

* changed output
This commit is contained in:
DustInDark
2021-12-13 01:52:21 +09:00
committed by GitHub
parent f0722e38b7
commit 3fae98934b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ fn analysis_files(evtx_files: Vec<PathBuf>) {
.read()
.unwrap()
.args
.value_of("level")
.value_of("min-level")
.unwrap_or("informational")
.to_uppercase();
println!("Analyzing event files: {:?}", evtx_files.len());