Skip to content

Commit

Permalink
Removed the unused command headersfrom the usage
Browse files Browse the repository at this point in the history
Signed-off-by: Danyella Strikann <[email protected]>
  • Loading branch information
movva-gpu authored and lerno committed Feb 2, 2025
1 parent ecb25a0 commit 70a849c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build/build_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ static void usage(bool full)
PRINTF(" compile-test <file1> [<file2> ...] Compile files into an executable and run unit tests.");
PRINTF(" static-lib <file1> [<file2> ...] Compile files without a project into a static library.");
PRINTF(" dynamic-lib <file1> [<file2> ...] Compile files without a project into a dynamic library.");
PRINTF(" headers <file1> [<file2> ...] Analyse files and generate C headers for public methods.");
PRINTF(" vendor-fetch <library> ... Fetches one or more libraries from the vendor collection.");
PRINTF(" project <subcommand> ... Manipulate or view project files.");
PRINTF("");
Expand Down

0 comments on commit 70a849c

Please sign in to comment.