This commit is contained in:
Klas Lindfors
2014-02-04 15:09:53 +01:00
parent d0ea90f25d
commit cc0078e224
+1 -1
View File
@@ -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 "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 "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 "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"