Skip to content

Commit

Permalink
feat(configs): modified low-memory-mode option and description #1298
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Mar 7, 2024
1 parent 0e51b4a commit 01127ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1550,8 +1550,8 @@ pub struct OutputOption {
#[arg(help_heading = Some("General Options"), short = 'w', long = "no-wizard", display_order = 400)]
pub no_wizard: bool,

/// low-memory-mode
#[arg(help_heading = Some("General Options"), long = "low-memory-mode", display_order = 380)]
/// Scan with the minimal amount of memory by not sorting events
#[arg(help_heading = Some("General Options"), short='s', long = "low-memory-mode", display_order = 380)]
pub low_memory_mode: bool,
}

Expand Down

0 comments on commit 01127ae

Please sign in to comment.