diff --git a/wezterm/src/main.rs b/wezterm/src/main.rs index 1be8e33a0..6208d4624 100644 --- a/wezterm/src/main.rs +++ b/wezterm/src/main.rs @@ -130,7 +130,7 @@ struct ImgCatCommand { height: Option, /// 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.