summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Vet <RlndVt@protonmail.com>2024-02-19 15:13:41 +0100
committerRoland Vet <RlndVt@protonmail.com>2024-02-22 21:12:49 +0100
commitb7c43996a1c7aa9d5477fff096f043c85e1f3259 (patch)
tree7dea3e802110b7b4db7bb06d6c4aebb5c48a2c7c
parent911c53266a1d9ff5e7cd3c71424bcf0862278f98 (diff)
Rephrase help message
Signed-off-by: Roland Vet <RlndVt@protonmail.com>
-rw-r--r--src/commands/cmd_mount.rs2
1 files changed, 1 insertions, 1 deletions
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,