diff options
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 |