From 62c8763de7be9334e4b268d473e8b058c5af19ad Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Thu, 11 Aug 2022 10:18:36 +0800 Subject: [PATCH] Improve macro expansion help message Signed-off-by: Jerry Yu --- programs/test/query_compile_time_config.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/test/query_compile_time_config.c b/programs/test/query_compile_time_config.c index 5baa41cb5a..5aa023348e 100644 --- a/programs/test/query_compile_time_config.c +++ b/programs/test/query_compile_time_config.c @@ -34,8 +34,7 @@ "the string representation of Mbed TLS compile time configurations.\n\n" \ "If \"--all\" and \"--any\" are not used, then, if all given arguments\n" \ "are defined in the Mbed TLS build, 0 is returned; otherwise 1 is\n" \ - "returned. If only one argument is given, the macro expansion of that\n" \ - "configuration will be printed (if any).\n" \ + "returned. Macro expansions of configurations will be printed (if any).\n" \ "-l\tPrint all available configuration.\n" \ "-all\tReturn 0 if all configurations are defined. Otherwise, return 1\n" \ "-any\tReturn 0 if any configuration is defined. Otherwise, return 1\n" \