Typo in usage()

This commit is contained in:
Ryan Riske 2015-03-01 14:57:35 -06:00
parent 1607d8ca47
commit 44a30e1240

View File

@ -27,7 +27,7 @@ sub usage() {
This program converts RSA keys between various formats. This program converts RSA keys between various formats.
You must specify at least one output format. You must specify at least one output format.
usage: $0 [-hrcpqs] < file usage: $0 [-hrdpqs] < file
-h : print this message -h : print this message
-r : output public key in Base64 RFC 3110 format -r : output public key in Base64 RFC 3110 format
-d : output public key in hexadecimal DER format -d : output public key in hexadecimal DER format