1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00

wezterm imgcat: fix name of no-preserve-aspect-ratio option

This commit is contained in:
Wez Furlong 2020-12-26 11:02:39 -08:00
parent 3d9f341e00
commit 1a0627a262

View File

@ -130,7 +130,7 @@ struct ImgCatCommand {
height: Option<ITermDimension>,
/// Do not respect the aspect ratio. The default is to respect the aspect
/// ratio
#[structopt(long = "preserve-aspect-ratio")]
#[structopt(long = "no-preserve-aspect-ratio")]
no_preserve_aspect_ratio: bool,
/// The name of the image file to be displayed.
/// If omitted, will attempt to read it from stdin.