Add closing parenthesis to usage output.
This commit is contained in:
parent
9890b00082
commit
6720e9472f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue