mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Fix long description in completion.
Simplify the description sudo for the option l. I think it's sufficient. Fixes: #6981
This commit is contained in:
parent
da21ab5892
commit
05abd0ed68
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ complete -c sudo -n __fish_sudo_no_subcommand -s e -rF -d Edit
|
|||
complete -c sudo -n __fish_sudo_no_subcommand -s g -a "(__fish_complete_groups)" -x -d "Run command as group"
|
||||
complete -c sudo -n __fish_sudo_no_subcommand -s i -d "Run a login shell"
|
||||
complete -c sudo -n __fish_sudo_no_subcommand -s k -d "Reset or ignore the credential timestamp"
|
||||
complete -c sudo -n __fish_sudo_no_subcommand -s l -d "List the allowed and forbidden commands for the given user, or the full path to the given command if it is allowed"
|
||||
complete -c sudo -n __fish_sudo_no_subcommand -s l -d "List the allowed and forbidden commands for the given user"
|
||||
complete -c sudo -n __fish_sudo_no_subcommand -s n -d "Do not prompt for a password - if one is needed, fail"
|
||||
complete -c sudo -n __fish_sudo_no_subcommand -s p -d "Specify a custom password prompt"
|
||||
complete -c sudo -n __fish_sudo_no_subcommand -s s -d "Run the given command in a shell"
|
||||
|
|
Loading…
Reference in a new issue