small update to doc

This commit is contained in:
Djairo Hougee 2023-02-08 23:11:43 +01:00
parent 80cd0b108d
commit aa02b291f1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ pub struct Cli {
pub width: Option<u32>, pub width: Option<u32>,
/// Save the output to a file, instead of printing to terminal /// Save the output to a file, instead of printing to terminal
/// ///
/// Incompatible with '--colour' and '--braille' /// Incompatible with '--colour'
#[arg(short = 'o', long = "output")] #[arg(short = 'o', long = "output")]
pub output: Option<PathBuf>, pub output: Option<PathBuf>,
} }