From 6720e9472f034c531d964c888fe72f5268df8762 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 25 May 1999 21:38:09 +0000 Subject: [PATCH] Add closing parenthesis to usage output. --- apps/x509.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/x509.c b/apps/x509.c index cc48247862..3463ae6328 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -85,7 +85,7 @@ static char *x509_usage[]={ "usage: x509 args\n", " -inform arg - input format - default PEM (one of DER, NET or PEM)\n", -" -outform arg - output format - default PEM (one of DER, NET or PEM\n", +" -outform arg - output format - default PEM (one of DER, NET or PEM)\n", " -keyform arg - private key format - default PEM\n", " -CAform arg - CA format - default PEM\n", " -CAkeyform arg - CA key format - default PEM\n", -- 2.25.1