mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-09 22:07:25 +00:00
fix help message issues
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
d351ed3a6a
commit
47569e097e
|
@ -33,13 +33,13 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define USAGE \
|
#define USAGE \
|
||||||
"usage: %s <MBEDTLS_CONFIG> | -l\n\n" \
|
"usage: %s [ <MBEDTLS_CONFIG> | -l ]\n\n" \
|
||||||
"This program takes one command line argument which corresponds to\n" \
|
"This program takes one command line argument which corresponds to\n" \
|
||||||
"the string representation of a Mbed TLS compile time configuration.\n" \
|
"the string representation of a Mbed TLS compile time configuration.\n" \
|
||||||
"The value 0 will be returned if this configuration is defined in the\n" \
|
"The value 0 will be returned if this configuration is defined in the\n" \
|
||||||
"Mbed TLS build and the macro expansion of that configuration will be\n" \
|
"Mbed TLS build and the macro expansion of that configuration will be\n" \
|
||||||
"printed (if any). Otherwise, 1 will be returned.\n" \
|
"printed (if any). Otherwise, 1 will be returned.\n" \
|
||||||
"-l\tPrint all available configuration"
|
"-l\tPrint all available configuration.\n"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "query_config.h"
|
#include "query_config.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue