From 631acd529de997d1e9273aa7ff8db1b9731da69d Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 28 Jan 2006 12:20:54 +1000 Subject: [PATCH] Fix typo in sudo completions darcs-hash:20060128022054-ac50b-8d859c4481c34c5830e9b5fa9e436e165160547e.gz --- init/completions/sudo.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/completions/sudo.fish b/init/completions/sudo.fish index a041e1b0a..6eb7fafc2 100644 --- a/init/completions/sudo.fish +++ b/init/completions/sudo.fish @@ -4,7 +4,7 @@ # Generate a list of commands # -complete -c sudo -d (_ "Command to run") -x -a "(__fish_complete_commands)" +complete -c sudo -d (_ "Command to run") -x -a "(__fish_complete_command)" complete -c sudo -s h -d (_ "Display help and exit") complete -c sudo -s v -d (_ "Validate")