aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-05-21 20:28:21 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-05-21 20:28:21 +0200
commitf8bbeb54d4a6ce1e2c17cec68bd6fbeb5e628121 (patch)
tree51b7b322dd80acfb55f2b90a743fffd9148c058b /src
parentc32b7ba593f78469d12a3ffdf333e7fb54116316 (diff)
Slight tweak.
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
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:");