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