From 3e345dccb95b9158a77f500cd6e97971493f3128 Mon Sep 17 00:00:00 2001 From: Noorhteen Raja NJ Date: Thu, 30 Sep 2021 01:33:48 +0530 Subject: [PATCH] Update ldapsearch.fish --- share/completions/ldapsearch.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'