summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_shutdown')
-rw-r--r--Completion/Unix/Command/_shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_shutdown b/Completion/Unix/Command/_shutdown
index a237b14e0..2020b9d17 100644
--- a/Completion/Unix/Command/_shutdown
+++ b/Completion/Unix/Command/_shutdown
@@ -23,7 +23,7 @@ case $OSTYPE in
'-r[reboot the system]'
'-k[kick everybody off]'
'-n[prevent file system cache from being flushed]'
- '1: :_guard "^-*" "time (now/hh\:mm/+mins)"'
+ '1:time (hh\:mm/+mins):_phony now -- _guard "^-*" "time (hh\:mm/+mins)"' \
'*:warning message'
)
;|