mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 05:42:03 +03:00
wezterm imgcat: fix name of no-preserve-aspect-ratio option
This commit is contained in:
parent
3d9f341e00
commit
1a0627a262
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user