From 0b3aa73af10b49a56be74e2c6c25a16768576a90 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 16 May 2021 17:28:37 +0200 Subject: _timeout: Fix wrong syntax --- Completion/Unix/Command/_timeout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_timeout b/Completion/Unix/Command/_timeout index 5c27bee47..d0ff085bb 100644 --- a/Completion/Unix/Command/_timeout +++ b/Completion/Unix/Command/_timeout @@ -15,6 +15,6 @@ _arguments -S -A "-" $args \ '--preserve-status[always exit with the same status as command even if it times out]' \ "--foreground[don't propagate timeout to the command children]" \ '(-s --signal)'{-s,--signal}'[specify the signal to send on timeout]:signal:_signals' \ - '(-k --kill-after)'{-k,--kill-after}'[followup first signal with SIGKILL if command persists after specified time]:time:time' \ + '(-k --kill-after)'{-k,--kill-after}'[followup first signal with SIGKILL if command persists after specified time]:time' \ '1: :_guard "[0-9.]#([smhd]|)" duration' \ '*:::command:_normal' -- cgit 1.4.1