Update README.md

Typo in usage()
This commit is contained in:
Ryan Riske 2015-03-01 14:58:20 -06:00
parent 44a30e1240
commit d12414ada0

View File

@ -2,7 +2,7 @@ rsa-converter
================
This is a script that will convert RSA keys between various formats.
usage: ./rsa-converter [-hrcpqs] < file
usage: ./rsa-converter [-hrdpqs] < file
-h : print this message
-r : output public key in Base64 RFC 3110 format
-d : output public key in hexadecimal DER format