diff --git a/src/commands/cmd_mount.rs b/src/commands/cmd_mount.rs index 32abb9ff..43e83bed 100644 --- a/src/commands/cmd_mount.rs +++ b/src/commands/cmd_mount.rs @@ -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,