From 9ffaade0db3392801a41c649486e21574151bb53 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Wed, 19 Aug 2020 17:20:44 +0200 Subject: [PATCH] Fix the long description for ansible. Maybe it's not necessary to display the default path here. --- 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 9be082136..d61b0f921 100644 --- a/share/completions/ansible.fish +++ b/share/completions/ansible.fish @@ -6,7 +6,7 @@ complete -c ansible -s D -l diff -f -d "Show the differences in files and templa complete -c ansible -s e -l extra-vars -r -d "Set additional variables as key=value or YAML/JSON" complete -c ansible -s f -l forks -a "(seq 0 100)" -d "Number of parallel processes to use (default=5)" 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 (default=/etc/ansible/hosts) or comma separated host list." +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 -s m -l module-name -r -d "Module name to execute (default=command)"