diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-21 20:28:21 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-21 20:28:21 +0200 |
| commit | f8bbeb54d4a6ce1e2c17cec68bd6fbeb5e628121 (patch) | |
| tree | 51b7b322dd80acfb55f2b90a743fffd9148c058b /src/main.cpp | |
| parent | c32b7ba593f78469d12a3ffdf333e7fb54116316 (diff) | |
Slight tweak.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index bc57c677e..90f2aad7a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2770,7 +2770,7 @@ gb_internal int print_show_help(String const arg0, String command, String option } if (build) { - if (print_flag("-subtarget")) { + if (print_flag("-subtarget:<subtarget>")) { print_usage_line(2, "[Darwin and Linux only]"); print_usage_line(2, "Available subtargets:"); String prefix = str_lit("-subtarget:"); |