From c3b915b6952f0fa47d362d8f2474b6b8464ac8a7 Mon Sep 17 00:00:00 2001 From: Andrzej Grzeslak Date: Wed, 19 Oct 2022 09:11:40 +1100 Subject: Fix `--help` output for `--class` to match man pages The output of --help did not match the man pages with regards to the ordering of arguments for the --class flag. This has now been fixed. Fixes #6413. --- alacritty/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty/src') diff --git a/alacritty/src/cli.rs b/alacritty/src/cli.rs index e7aae207..d03d2f84 100644 --- a/alacritty/src/cli.rs +++ b/alacritty/src/cli.rs @@ -242,7 +242,7 @@ pub struct WindowIdentity { pub title: Option, /// Defines window class/app_id on X11/Wayland [default: Alacritty]. - #[clap(long, value_name = "instance> | ,, } -- cgit