Skip to content

Commit

Permalink
Remove extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
data-man authored and lerno committed Jul 29, 2024
1 parent e66001c commit a4c5b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/build_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -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("");
Expand Down

0 comments on commit a4c5b85

Please sign in to comment.