diff options
| author | gingerBill <bill@gingerbill.org> | 2024-07-22 16:29:35 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-07-22 16:29:35 +0100 |
| commit | 915c5c3a870007687686e8e05fed59cdeb56be56 (patch) | |
| tree | 79500cc3342f3667b53cd2e5d22adfa1fceb5c51 /src/main.cpp | |
| parent | fcaa47986aa5477e60a67a4ace5c7b020b214afd (diff) | |
| parent | 07d2aba31037c645327f28eba179d6cdba245cca (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
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 00734c050..41a95338b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2172,7 +2172,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { if (LB_USE_NEW_PASS_SYSTEM) { print_usage_line(3, "-o:aggressive"); } - print_usage_line(2, "The default is -o:none."); + print_usage_line(2, "The default is -o:minimal."); print_usage_line(0, ""); } |