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/Zsh/Command/_cd | |
| 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/Zsh/Command/_cd')
| -rw-r--r-- | Completion/Zsh/Command/_cd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/Zsh/Command/_cd b/Completion/Zsh/Command/_cd index d2632b215..476947f60 100644 --- a/Completion/Zsh/Command/_cd +++ b/Completion/Zsh/Command/_cd @@ -13,10 +13,10 @@ _cd_options() { _arguments -s \ - '-q[Quiet, no output or use of hooks]' \ - '-s[Refuse to use paths with symlinks]' \ - '(-P)-L[Retain symbolic links ignoring CHASE_LINKS]' \ - '(-L)-P[Resolve symbolic links as CHASE_LINKS]' + '-q[quiet, no output or use of hooks]' \ + '-s[refuse to use paths with symlinks]' \ + '(-P)-L[retain symbolic links ignoring CHASE_LINKS]' \ + '(-L)-P[resolve symbolic links as CHASE_LINKS]' } setopt localoptions nonomatch |
