Remove extra space.

This commit is contained in:
Dmitry Atamanov
2024-07-29 16:28:15 +05:00
committed by Christoffer Lerno
parent e66001c182
commit a4c5b85db8

View File

@@ -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("");