From: Bodo Möller Date: Tue, 25 May 1999 21:38:09 +0000 (+0000) Subject: Add closing parenthesis to usage output. X-Git-Tag: OpenSSL_0_9_3a~19 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=6720e9472f034c531d964c888fe72f5268df8762 Add closing parenthesis to usage output. --- 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",