summaryrefslogtreecommitdiff
path: root/completions/openssl
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2011-01-10 17:27:50 +0100
committerDavid Paleino <dapal@debian.org>2011-01-10 17:27:50 +0100
commit25be9912b1310e49641e3e43d59505a8ac53c867 (patch)
tree40f965167d80f311957c102ba09ac2771e0de8ff /completions/openssl
parenta5e203cfe5bc335667900a3026a13e613152b50c (diff)
downloadbash-completion-25be9912b1310e49641e3e43d59505a8ac53c867.tar.gz
Fixed typo in openssl completion (Debian: #609552)
Conflicts: CHANGES
Diffstat (limited to 'completions/openssl')
-rw-r--r--completions/openssl2
1 files changed, 1 insertions, 1 deletions
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 \