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")