diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-07-19 20:47:26 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-07-19 20:47:26 +0200 |
| commit | 7237f9c9f850c8a952037938d2fdfca4daf3caa8 (patch) | |
| tree | 0f9d506d11aa3610993e6b93151a6ae51d3bc5ae /src/main.cpp | |
| parent | ba3d7ba5d3fe22800d980dbb420be4fbb117be0c (diff) | |
Help text default -o:none -> -o:minimal.
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, ""); } |