Removed the unused command headersfrom the usage

Signed-off-by: Danyella Strikann <danyellastrikann@duck.com>
This commit is contained in:
Danyella Strikann
2025-02-01 23:38:09 +01:00
committed by Christoffer Lerno
parent ecb25a0010
commit 70a849cbb5

View File

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