1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

- Fixed typo in usage

This commit is contained in:
Paul Bakker
2011-10-12 10:15:05 +00:00
parent b5a11ab80b
commit d3b486a743

View File

@@ -59,7 +59,7 @@ void my_debug( void *ctx, int level, const char *str )
#define USAGE \ #define USAGE \
"\n usage: crl_app param=<>...\n" \ "\n usage: crl_app param=<>...\n" \
"\n acceptable parameters:\n" \ "\n acceptable parameters:\n" \
" filename=%%s default: cert.crt\n" \ " filename=%%s default: crl.pem\n" \
" debug_level=%%d default: 0 (disabled)\n" \ " debug_level=%%d default: 0 (disabled)\n" \
"\n" "\n"