diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-08 12:37:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 12:37:36 +0100 |
| commit | 0c7260e7010461f1321c9c3f7d50f2f35f89abb1 (patch) | |
| tree | 9f5484ab278ea8e98f226bff34f7ac2dd8dfc50a /src/main.cpp | |
| parent | 8c1eda3e3a112ac1475674f306ac876cebdd762a (diff) | |
Update src/main.cpp
Co-authored-by: Itzik Shneorson <35134559+itziksn@users.noreply.github.com>
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 2f0b1c19b..06b9cab94 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2583,7 +2583,7 @@ gb_internal int print_show_help(String const arg0, String command, String option } if (check) { - if (print_flag("-integer-division-by-zero:<strng>")) { + if (print_flag("-integer-division-by-zero:<string>")) { print_usage_line(2, "Specifies the default behaviour for integer division by zero."); print_usage_line(2, "Available Options:"); print_usage_line(3, "-integer-division-by-zero:trap Trap on division/modulo/remainder by zero"); |