Fixed typo in openssl completion (Debian: #609552)
This commit is contained in:
parent
fe2d7645df
commit
5f04a30f7a
2
CHANGES
2
CHANGES
@ -1,4 +1,5 @@
|
|||||||
bash-completion (2.x)
|
bash-completion (2.x)
|
||||||
|
|
||||||
[ Guillaume Rousse ]
|
[ Guillaume Rousse ]
|
||||||
* added pure-perl perldoc completion helper, using work from Aristotle
|
* added pure-perl perldoc completion helper, using work from Aristotle
|
||||||
Pagaltzis (pagaltzis@gmx.de)
|
Pagaltzis (pagaltzis@gmx.de)
|
||||||
@ -6,6 +7,7 @@ bash-completion (2.x)
|
|||||||
[ David Paleino ]
|
[ David Paleino ]
|
||||||
* Fixed "service" completion, thanks to John Hedges (Debian: #586210)
|
* Fixed "service" completion, thanks to John Hedges (Debian: #586210)
|
||||||
* Complete on all files for mplayer's -dvd-device
|
* Complete on all files for mplayer's -dvd-device
|
||||||
|
* Fixed typo in openssl completion (Debian: #609552)
|
||||||
|
|
||||||
[ Ville Skyttä ]
|
[ Ville Skyttä ]
|
||||||
* Activate hping2 completion also for hping and hping3.
|
* Activate hping2 completion also for hping and hping3.
|
||||||
|
@ -217,7 +217,7 @@ _openssl()
|
|||||||
;;
|
;;
|
||||||
x509)
|
x509)
|
||||||
options='-inform -outform -keyform -CAform -CAkeyform -in \
|
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 \
|
-issuer -nameopt -email -startdate -enddate -purpose \
|
||||||
-dates -modulus -fingerprint -alias -noout -trustout \
|
-dates -modulus -fingerprint -alias -noout -trustout \
|
||||||
-clrtrust -clrreject -addtrust -addreject -setalias \
|
-clrtrust -clrreject -addtrust -addreject -setalias \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user