Skip to content

Commit

Permalink
Update comment to log_file field
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Dec 12, 2024
1 parent 07cac6d commit 60d158d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipa-core/src/cli/verbosity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ pub struct Verbosity {
#[arg(short, long, action = clap::ArgAction::Count, global = true)]
verbose: u8,

/// This option is mutually exclusive with console logging. If set,
/// no console output will be produced
#[arg(long, help = "Specify the output file for logs")]
log_file: Option<PathBuf>,
}
Expand Down

0 comments on commit 60d158d

Please sign in to comment.