diff --git a/src/build/build_options.c b/src/build/build_options.c index 27466beb2..1e041d8f1 100644 --- a/src/build/build_options.c +++ b/src/build/build_options.c @@ -67,7 +67,6 @@ static void usage(bool full) PRINTF(" compile-test [ ...] Compile files into an executable and run unit tests."); PRINTF(" static-lib [ ...] Compile files without a project into a static library."); PRINTF(" dynamic-lib [ ...] Compile files without a project into a dynamic library."); - PRINTF(" headers [ ...] Analyse files and generate C headers for public methods."); PRINTF(" vendor-fetch ... Fetches one or more libraries from the vendor collection."); PRINTF(" project ... Manipulate or view project files."); PRINTF("");