mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 06:43:35 +00:00
Remove all-bits from option help text, isn't supported.
This commit is contained in:
@@ -2680,7 +2680,6 @@ gb_internal int print_show_help(String const arg0, String command, String option
|
||||
print_usage_line(3, "-integer-division-by-zero:trap Trap on division/modulo/remainder by zero");
|
||||
print_usage_line(3, "-integer-division-by-zero:zero x/0 == 0 and x%%0 == x and x%%%%0 == x");
|
||||
print_usage_line(3, "-integer-division-by-zero:self x/0 == x and x%%0 == 0 and x%%%%0 == 0");
|
||||
print_usage_line(3, "-integer-division-by-zero:all-bits x/0 == ~T(0) and x%%0 == x and x%%%%0 == x");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user