mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 14:23:52 +08:00
Fix typo in sudo completions
darcs-hash:20060128022054-ac50b-8d859c4481c34c5830e9b5fa9e436e165160547e.gz
This commit is contained in:
parent
369f1709be
commit
631acd529d
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user