Fix typo in sudo completions

darcs-hash:20060128022054-ac50b-8d859c4481c34c5830e9b5fa9e436e165160547e.gz
This commit is contained in:
axel 2006-01-28 12:20:54 +10:00
parent 369f1709be
commit 631acd529d

View File

@ -4,7 +4,7 @@
# Generate a list of commands # 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 h -d (_ "Display help and exit")
complete -c sudo -s v -d (_ "Validate") complete -c sudo -s v -d (_ "Validate")