From 4e731123b525c57a2475775c761e5b8739b5e8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pi=C4=85tkowski?= Date: Wed, 12 Apr 2023 16:12:13 +0200 Subject: [PATCH] Ansible completion: fix typo in `--limit-hosts` (cherry picked from commit bda9d57417e956cf4a9c81a834d7b6b4756d4017) --- share/completions/ansible.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/ansible.fish b/share/completions/ansible.fish index d34a09b38..a15d34615 100644 --- a/share/completions/ansible.fish +++ b/share/completions/ansible.fish @@ -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"