[Bash-completion-commits] [SCM] bash-completion branch, 1.x, updated. 1.2-219-g25be991

David Paleino dapal at debian.org
Mon Jan 10 16:28:51 UTC 2011


The following commit has been merged in the 1.x branch:
commit 25be9912b1310e49641e3e43d59505a8ac53c867
Author: David Paleino <dapal at debian.org>
Date:   Mon Jan 10 17:27:50 2011 +0100

    Fixed typo in openssl completion (Debian: #609552)
    
    Conflicts:
    
    	CHANGES

diff --git a/CHANGES b/CHANGES
index 3213a12..6c4b3a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
 bash-completion (1.3)
+
   [ Guillaume Rousse ]
   * added pure-perl perldoc completion helper, using work from Aristotle 
     Pagaltzis (pagaltzis at gmx.de)
@@ -6,6 +7,7 @@ bash-completion (1.3)
   [ David Paleino ]
   * Fixed "service" completion, thanks to John Hedges (Debian: #586210)
   * Complete on all files for mplayer's -dvd-device
+  * Fixed typo in openssl completion (Debian: #609552)
 
   [ Ville Skyttä ]
   * Activate hping2 completion also for hping and hping3.
diff --git a/completions/openssl b/completions/openssl
index 568f2db..e9796e6 100644
--- a/completions/openssl
+++ b/completions/openssl
@@ -217,7 +217,7 @@ _openssl()
                     ;;
                 x509)
                     options='-inform -outform -keyform -CAform -CAkeyform -in \
-                        -out -serial -hash -subject-hash -issuer_hash -subject \
+                        -out -serial -hash -subject_hash -issuer_hash -subject \
                         -issuer -nameopt -email -startdate -enddate -purpose \
                         -dates -modulus -fingerprint -alias -noout -trustout \
                         -clrtrust -clrreject -addtrust -addreject -setalias \

-- 
bash-completion



More information about the Bash-completion-commits mailing list