diff --git a/src/build/build_options.c b/src/build/build_options.c index eb62f210b..e7cfd6c09 100644 --- a/src/build/build_options.c +++ b/src/build/build_options.c @@ -72,19 +72,6 @@ static void usage(bool full) PRINTF(" project ... Manipulate or view project files."); PRINTF(""); PRINTF(full ? "Options:" : "Common options:"); - PRINTF(" --about - Prints a short description of C3."); - PRINTF(" --libdir - Add this directory to the C3 library search paths."); - PRINTF(" --lib - Add this library to the compilation."); - if (full) - { - PRINTF(" --stdlib - Use this directory as the C3 standard library path."); - PRINTF(" --no-entry - Do not generate (or require) a main function."); - PRINTF(" --path - Use this as the base directory for the current command."); - PRINTF(" --template