From be52ab0fb02892e81ad8400e45e64374b42b8a00 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 20 Sep 2008 18:40:42 +0200 Subject: initd completion: The functions take only one argument --- etc/completions/_initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/completions') diff --git a/etc/completions/_initd b/etc/completions/_initd index b1fc4a5..3507117 100644 --- a/etc/completions/_initd +++ b/etc/completions/_initd @@ -8,7 +8,7 @@ local arguments arguments=( - '*:file:_path_files -W /etc/init.d -g "*(*)"' + ':file:_path_files -W /etc/init.d -g "*(*)"' ) _arguments -s $arguments -- cgit v1.2.3