1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

flip default for debug to the effective default

This commit is contained in:
Michael Debertol 2021-04-24 10:52:40 +02:00
parent e6f6b109a5
commit 5dcfb51110

View file

@ -121,7 +121,7 @@ impl Default for GlobalSettings {
fn default() -> GlobalSettings { fn default() -> GlobalSettings {
GlobalSettings { GlobalSettings {
mode: SortMode::Default, mode: SortMode::Default,
debug: true, debug: false,
ignore_blanks: false, ignore_blanks: false,
ignore_case: false, ignore_case: false,
dictionary_order: false, dictionary_order: false,