diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-07-01 21:13:19 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-07-01 21:13:19 +0200 |
| commit | 1a4139b25c8d7ed780641a94ef628e8867a5e332 (patch) | |
| tree | ee9ddb2558703bc3ed1038cf9f7b4be6170220ef /src | |
| parent | d2e02f04344de290b4a3504396c65cd461e6ce4b (diff) | |
Remove old flag from help
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp index f988aff6a..112d1208a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2415,12 +2415,6 @@ gb_internal int print_show_help(String const arg0, String command, String option } } - if (test_only) { - if (print_flag("-build-only")) { - print_usage_line(2, "Only builds the test executable; does not automatically run it afterwards."); - } - } - if (check) { if (print_flag("-collection:<name>=<filepath>")) { print_usage_line(2, "Defines a library collection used for imports."); |