From cc0078e224fd38ca94fa0d6c0f59c01e235ce708 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 4 Feb 2014 15:09:53 +0100 Subject: [PATCH] fix help --- cmdline.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline.ggo b/cmdline.ggo index c66e1ae..952c269 100644 --- a/cmdline.ggo +++ b/cmdline.ggo @@ -35,4 +35,4 @@ option "pin-retries" p "Number of retries before the pin code is blocked" int op option "puk-retries" P "Number of retries before the puk code is blocked" int optional option "input" i "Filename to use as input, - for stdin" string optional default="-" option "output" o "Filename to use as output, - for stdout" string optional default="-" -option "key-format" K "Format of the private key being read" values="PEM","PKCS12" enum optional default="PEM" +option "key-format" K "Format of the key being read/written" values="PEM","PKCS12" enum optional default="PEM"