diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-06 13:44:11 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-06 13:44:11 +0000 |
| commit | a54fdc70be299a203a51d69c4e823f209a4c06ca (patch) | |
| tree | 6d1c67674d388e1ca64c4210e283d1bd11eea2c7 /Completion/X/Command/_setxkbmap | |
| parent | 27983: colours could be output twice (diff) | |
| download | zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.gz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.bz2 zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.lz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.xz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.zst zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.zip | |
unposted: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/X/Command/_setxkbmap')
| -rw-r--r-- | Completion/X/Command/_setxkbmap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/Command/_setxkbmap b/Completion/X/Command/_setxkbmap index 85609b554..c490a9d8c 100644 --- a/Completion/X/Command/_setxkbmap +++ b/Completion/X/Command/_setxkbmap @@ -30,10 +30,10 @@ _setxkbmap() { '(-)'-print'[print component names]' '-rules[rules file]:rules:_files' '-symbols[symbols components]:symbols:' - '(-)'{-help,-h}'[Display help message]' + '(-)'{-help,-h}'[display help message]' '-synch[force synchronization]' '-types[types components]:types:' - '(-verbose -v)'{-verbose,-v}'[Set verbosity level]:verbosity:(0 1 2 3 4 5 6 7 8 9)' + '(-verbose -v)'{-verbose,-v}'[set verbosity level]:verbosity:(0 1 2 3 4 5 6 7 8 9)' '*::keyboard:_setxkbmap_dispatcher' ) _arguments $arguments |
