From 9bc0028bb7b59d80d5238fa7b82f8633e4c47431 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 14 Jun 2026 22:32:05 +0200 Subject: 54665: new utility function for mixing in extra values --- Completion/Unix/Command/_shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_shutdown') 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' ) ;| -- cgit v1.3.1