From 44a30e1240652cc6a5dca79c23d6d75aef7f8367 Mon Sep 17 00:00:00 2001 From: Ryan Riske Date: Sun, 1 Mar 2015 14:57:35 -0600 Subject: [PATCH] Typo in usage() --- rsa-converter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsa-converter b/rsa-converter index 0dac3da..bbd3c07 100755 --- a/rsa-converter +++ b/rsa-converter @@ -27,7 +27,7 @@ sub usage() { This program converts RSA keys between various formats. You must specify at least one output format. -usage: $0 [-hrcpqs] < file +usage: $0 [-hrdpqs] < file -h : print this message -r : output public key in Base64 RFC 3110 format -d : output public key in hexadecimal DER format