From d12414ada015d74da832e892666dc3fa78e9f60d Mon Sep 17 00:00:00 2001 From: Ryan Riske Date: Sun, 1 Mar 2015 14:58:20 -0600 Subject: [PATCH] Update README.md Typo in usage() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c13c6..02b93dc 100755 --- a/README.md +++ b/README.md @@ -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