diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/sort.c b/toys/sort.c index bf69f42f..dd06b821 100644 --- a/toys/sort.c +++ b/toys/sort.c @@ -21,7 +21,7 @@ config SORT -n numeric order (instead of alphabetical) config SORT_BIG - bool " all SuSv3 options (Support -ktcsbdfiozgM)" + bool "all SuSv3 options (Support -ktcsbdfiozgM)" default y depends on SORT help |