From a4c5b85db8f22fd1c6b4d7c8622ecebfdbef9fde Mon Sep 17 00:00:00 2001 From: Dmitry Atamanov Date: Mon, 29 Jul 2024 16:28:15 +0500 Subject: [PATCH] Remove extra space. --- src/build/build_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/build_options.c b/src/build/build_options.c index 793a53614..1c50727b9 100644 --- a/src/build/build_options.c +++ b/src/build/build_options.c @@ -166,7 +166,7 @@ static void usage(void) PRINTF(" --list-operators - List all operators."); PRINTF(" --list-precedence - List operator precedence order."); PRINTF(" --list-project-properties - List all available keys used in project.json files."); - PRINTF(" --list-manifest-properties - List all available keys used in manifest.json files."); + PRINTF(" --list-manifest-properties - List all available keys used in manifest.json files."); PRINTF(" --list-targets - List all architectures the compiler supports."); PRINTF(" --list-type-properties - List all type properties."); PRINTF("");