diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-03-24 13:26:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-24 13:26:35 +0000 |
| commit | 2e416c1a48092d33f53135d77580f72adb1e585b (patch) | |
| tree | 435b9e6b67db37efb0045c6a85cd48184a397e3d /src/main.cpp | |
| parent | 34247b2658063621fb97a68a35a7b96e459398e0 (diff) | |
| parent | 15c1e8274dc19735ca9857962424846148596d26 (diff) | |
Merge pull request #3316 from laytan/fix-ld-warnings-and-set-default-minimum-version
darwin: fix ld warnings and set minimum os version
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 ab721a143..9c353653f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1925,7 +1925,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { if (run_or_build) { print_usage_line(1, "-minimum-os-version:<string>"); print_usage_line(2, "Sets the minimum OS version targeted by the application."); - print_usage_line(2, "Example: -minimum-os-version:12.0.0"); + print_usage_line(2, "Default: -minimum-os-version:11.0.0"); print_usage_line(2, "(Only used when target is Darwin.)"); print_usage_line(0, ""); |