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/Darwin/Command/_softwareupdate | |
| 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/Darwin/Command/_softwareupdate')
| -rw-r--r-- | Completion/Darwin/Command/_softwareupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Darwin/Command/_softwareupdate b/Completion/Darwin/Command/_softwareupdate index cec16f30d..6db577b06 100644 --- a/Completion/Darwin/Command/_softwareupdate +++ b/Completion/Darwin/Command/_softwareupdate @@ -36,7 +36,7 @@ _softwareupdate() { _arguments -R \ '(-h --help -l --list)-q[quiet mode]' \ - {-l,--list}'[List all available updates]:*:' \ + {-l,--list}'[list all available updates]:*:' \ {-d,--download}'[download to directory set in InternetConfig]:*:' \ {-i,--install}'[install (requires root)]:*: :->install' \ '--ignored[show or manage ignored updates list (per-user)]:*:: :->ignored' \ |
