From 45b9f94d4567539a5f303c99bb5630fb27bbc196 Mon Sep 17 00:00:00 2001 From: crpb Date: Mon, 1 Apr 2024 15:55:02 +0200 Subject: [PATCH] jo Co-authored-by: Jakub Wilk --- completion/zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/completion/zsh b/completion/zsh index 49c95e2..669d47e 100644 --- a/completion/zsh +++ b/completion/zsh @@ -12,9 +12,9 @@ arguments=( '(-s --font-size)'{-s,--font-size}'[font size in pixels]: :_numbers -d28 -l14 -m280' '(-S --full-screen)'{-S,--full-screen}'[max font size to fit terminal window]' + '(excl)' - {-h,--help}:'[show help]' - '--version:[show version information and exit]' - '--list-fonts:[print list of available font faces]' + {-h,--help}'[show help]' + '--version[show version information and exit]' + '--list-fonts[print list of available font faces]' ) _arguments -S $arguments case "$state" in