small update to doc
This commit is contained in:
parent
80cd0b108d
commit
aa02b291f1
|
|
@ -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>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue