summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2011-01-10 17:27:27 +0100
committerDavid Paleino <dapal@debian.org>2011-01-10 17:27:27 +0100
commit5f04a30f7ab561dc99054445a7f635f3df3a0747 (patch)
tree5b6c6dd401b127f1dbdf5a4cea8a64cac06dc04f
parentfe2d7645df9f619a33feb8c8d7c89b1ea5fcad6b (diff)
downloadbash-completion-5f04a30f7ab561dc99054445a7f635f3df3a0747.tar.gz
Fixed typo in openssl completion (Debian: #609552)
-rw-r--r--CHANGES2
-rw-r--r--completions/openssl2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 046cb595..0c590139 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
bash-completion (2.x)
+
[ Guillaume Rousse ]
* added pure-perl perldoc completion helper, using work from Aristotle
Pagaltzis (pagaltzis@gmx.de)
@@ -6,6 +7,7 @@ bash-completion (2.x)
[ 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 568f2dbf..e9796e6f 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 \