From 70a849cbb59e0c594aa6d2614554e3868d4aa179 Mon Sep 17 00:00:00 2001 From: Danyella Strikann Date: Sat, 1 Feb 2025 23:38:09 +0100 Subject: [PATCH] Removed the unused command `headers`from the usage Signed-off-by: Danyella Strikann --- src/build/build_options.c | 1 - 1 file changed, 1 deletion(-) 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("");