aboutsummaryrefslogtreecommitdiff
path: root/extra/completions/_alacritty
diff options
context:
space:
mode:
authorAndrzej Grzeslak <agrzeslak0@gmail.com>2022-10-19 09:11:40 +1100
committerGitHub <noreply@github.com>2022-10-18 22:11:40 +0000
commitc3b915b6952f0fa47d362d8f2474b6b8464ac8a7 (patch)
tree578968d03befce0e919fdd03e82cba398691f508 /extra/completions/_alacritty
parent269b6e3dba66f54ff6d83a1d26142683dd191905 (diff)
downloadalacritty-c3b915b6952f0fa47d362d8f2474b6b8464ac8a7.tar.gz
alacritty-c3b915b6952f0fa47d362d8f2474b6b8464ac8a7.zip
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.
Diffstat (limited to 'extra/completions/_alacritty')
-rw-r--r--extra/completions/_alacritty4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/completions/_alacritty b/extra/completions/_alacritty
index 6b80a797..19eb9a0e 100644
--- a/extra/completions/_alacritty
+++ b/extra/completions/_alacritty
@@ -25,7 +25,7 @@ _alacritty() {
'*--command=[Command and args to execute (must be last argument)]:COMMAND: ' \
'-t+[Defines the window title \[default: Alacritty\]]:TITLE: ' \
'--title=[Defines the window title \[default: Alacritty\]]:TITLE: ' \
-'--class=[Defines window class/app_id on X11/Wayland \[default: Alacritty\]]:instance> | <instance>,<general: ' \
+'--class=[Defines window class/app_id on X11/Wayland \[default: Alacritty\]]:general> | <general>,<instance: ' \
'-h[Print help information]' \
'--help[Print help information]' \
'-V[Print version information]' \
@@ -67,7 +67,7 @@ _arguments "${_arguments_options[@]}" \
'*--command=[Command and args to execute (must be last argument)]:COMMAND: ' \
'-t+[Defines the window title \[default: Alacritty\]]:TITLE: ' \
'--title=[Defines the window title \[default: Alacritty\]]:TITLE: ' \
-'--class=[Defines window class/app_id on X11/Wayland \[default: Alacritty\]]:instance> | <instance>,<general: ' \
+'--class=[Defines window class/app_id on X11/Wayland \[default: Alacritty\]]:general> | <general>,<instance: ' \
'--hold[Remain open after child process exit]' \
'-h[Print help information]' \
'--help[Print help information]' \