Skip to content

Commit

Permalink
Merge pull request #1223 from Yamato-Security/fix-extraction-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
YamatoSecurity authored Nov 30, 2023
2 parents d48d409 + 6383d76 commit 2fd69c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ pub struct OutputOption {
#[arg(help_heading = Some("Output"), short = 'F', long = "no-field-data-mapping", display_order = 400)]
pub no_field: bool,

/// Disable field extration of PowerShell classic logs
/// Disable field extraction of PowerShell classic logs
#[arg(help_heading = Some("Output"), long = "no-pwsh-field-extraction", display_order = 410)]
pub no_pwsh_field_extraction: bool,

Expand Down

0 comments on commit 2fd69c1

Please sign in to comment.