diff options
| author | gingerBill <bill@gingerbill.org> | 2023-03-07 15:32:32 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-03-07 15:32:32 +0000 |
| commit | 7f3f164736e9eafe67834f6b566a758da9a39011 (patch) | |
| tree | 7ea6a5ce179ef0787ad10b89ca9f58e4bdbb8892 /src/main.cpp | |
| parent | 085db569f1a96a7a5b238224d7f101d4488daa09 (diff) | |
Update help usage
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 488aeb363..066675b36 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1958,7 +1958,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { print_usage_line(1, "-o:<string>"); print_usage_line(2, "Set the optimization mode for compilation"); - print_usage_line(2, "Accepted values: minimal, size, speed"); + print_usage_line(2, "Accepted values: minimal, size, speed, none"); print_usage_line(2, "Example: -o:speed"); print_usage_line(0, ""); } |