diff --git a/share/completions/ldapsearch.fish b/share/completions/ldapsearch.fish index 1391eb3a3..6583ec4c3 100644 --- a/share/completions/ldapsearch.fish +++ b/share/completions/ldapsearch.fish @@ -6,7 +6,7 @@ complete -c ldapsearch -s v -d 'Run in verbose mode' complete -c ldapsearch -s c -d 'Continuous operation mode' complete -c ldapsearch -s u -d 'Include User Friendly Name of the Distinguished Name (DN)' complete -c ldapsearch -s t -d 'Write retrieved non-printable values to temp files' -complete -o ldapsearch -o tt -d 'Write all retrieved values to temp files' +complete -c ldapsearch -o tt -d 'Write all retrieved values to temp files' complete -c ldapsearch -s T -r -d 'Write temp files to specified directory' complete -c ldapsearch -s F -x -d 'URL prefix for temp files' complete -c ldapsearch -s A -d 'Retrieve attributes only'