mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Ansible completion: fix typo in --limit-hosts
This commit is contained in:
parent
9983c32a57
commit
bda9d57417
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ complete -c ansible -s f -l forks -a "(seq 0 100)" -d "Number of parallel proces
|
|||
complete -c ansible -s h -l help -d "Shows a help message"
|
||||
complete -c ansible -s i -l inventory -r -d "Specify inventory host path or comma separated host list"
|
||||
complete -c ansible -s l -l limit -r -d "Further limit selected hosts to an additional pattern"
|
||||
complete -c ansible -l limit-hosts -r -d "List all matching hosts"
|
||||
complete -c ansible -l list-hosts -r -d "List all matching hosts"
|
||||
complete -c ansible -s m -l module-name -r -d "Module name to execute (default=command)"
|
||||
complete -c ansible -s M -l module-path -r -d "Specify path(s) to module library (default=None)"
|
||||
complete -c ansible -l new-vault-password-file -f -d "New vault password file for rekey"
|
||||
|
|
Loading…
Reference in a new issue