Rephrase help message

Signed-off-by: Roland Vet <RlndVt@protonmail.com>
This commit is contained in:
Roland Vet 2024-02-19 15:13:41 +01:00
parent 911c53266a
commit b7c43996a1

View File

@ -157,7 +157,7 @@ pub struct Cli {
#[arg(short, default_value = "")]
options: String,
/// Force color on/off. Default: autodetect tty
/// Force color on/off. Autodetect tty is used to define default:
#[arg(short, long, action = clap::ArgAction::Set, default_value_t=stdout().is_terminal())]
colorize: bool,