diff options
author | Rob Landley <rob@landley.net> | 2010-01-05 10:46:16 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2010-01-05 10:46:16 -0600 |
commit | 69bc2c3ac1544ff51bd5d7979e02e2840241ec32 (patch) | |
tree | 9970c438e0c545daab821a9fd4ffff2362262bcf /toys | |
parent | 2de1d1a618d4b9c069885100618dd17fd9b0113c (diff) | |
download | toybox-69bc2c3ac1544ff51bd5d7979e02e2840241ec32.tar.gz |
menuconfig indentation should be handled by dependencies, not whitespace in description.
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 |