Remove all-bits from option help text, isn't supported.

This commit is contained in:
Jeroen van Rijn
2025-11-30 22:37:35 +01:00
parent 71822cb197
commit e72aad983b

View File

@@ -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");
}
}