diff --git a/src/cli.rs b/src/cli.rs index 6a1d8ef..31b51d0 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -49,7 +49,7 @@ pub struct Cli { pub width: Option, /// Save the output to a file, instead of printing to terminal /// - /// Incompatible with '--colour' and '--braille' + /// Incompatible with '--colour' #[arg(short = 'o', long = "output")] pub output: Option, }