Small typo in usage of cert_req app
This commit is contained in:
parent
1014e95775
commit
8693274219
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ int write_certificate_request( x509write_csr *req, char *output_file )
|
|||
}
|
||||
|
||||
#define USAGE \
|
||||
"\n usage: key_app param=<>...\n" \
|
||||
"\n usage: cert_req param=<>...\n" \
|
||||
"\n acceptable parameters:\n" \
|
||||
" filename=%%s default: keyfile.key\n" \
|
||||
" debug_level=%%d default: 0 (disabled)\n" \
|
||||
|
|
Loading…
Reference in a new issue