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/Mandriva | |
| 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/Mandriva')
| -rw-r--r-- | Completion/Mandriva/Command/_rebootin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Mandriva/Command/_rebootin b/Completion/Mandriva/Command/_rebootin index 5a27bf800..1b69609f3 100644 --- a/Completion/Mandriva/Command/_rebootin +++ b/Completion/Mandriva/Command/_rebootin @@ -3,8 +3,8 @@ local loader=$(sudo detectloader -q) _arguments -C -s \ - '-n[No immediate reboot just set the flags for next reboot.]' \ - '-f[Create a /fastboot file to reboot in fastboot mode]' \ + '-n[no immediate reboot just set the flags for next reboot]' \ + '-f[create a /fastboot file to reboot in fastboot mode]' \ '*::arguments:->loader_entry' local expl |
