mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 05:35:14 +00:00
Small typo in usage of cert_req app
This commit is contained in:
parent
1014e95775
commit
8693274219
|
@ -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