diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-03-23 22:12:05 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-03-23 22:12:05 +0100 |
| commit | 15c1e8274dc19735ca9857962424846148596d26 (patch) | |
| tree | d7ed2d3c8db493ef73740904b3d8c7ad2824c3ae /src/main.cpp | |
| parent | 7d6e9ef39cc46e957a5f8c67c01eb5f5b232597e (diff) | |
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, ""); |