From 60d158dcde8dd580f5a1656a0b88b425b310d54e Mon Sep 17 00:00:00 2001 From: Alex Koshelev Date: Thu, 12 Dec 2024 15:01:55 -0800 Subject: [PATCH] Update comment to `log_file` field --- ipa-core/src/cli/verbosity.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ipa-core/src/cli/verbosity.rs b/ipa-core/src/cli/verbosity.rs index f52c02ccd..339626228 100644 --- a/ipa-core/src/cli/verbosity.rs +++ b/ipa-core/src/cli/verbosity.rs @@ -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, }