aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTarık B <mtarik34b@gmail.com>2023-11-25 07:58:17 +0100
committerTarık B <mtarik34b@gmail.com>2023-11-25 10:24:22 +0100
commit21f5b41150871364e07f1583e5dbf757b6ef0059 (patch)
treeca6dfb41fe94c6746955fe7559c1457f46f090fc /src/main.cpp
parent1f007a46eee81e19f30bd068d46e01dc6517cb9b (diff)
Remove redundant example
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 249fd3489..5a652796a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1670,7 +1670,6 @@ 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, "Example: -o:speed");
print_usage_line(2, "The default is -o:minimal.");
print_usage_line(0, "");
}