From 69bc2c3ac1544ff51bd5d7979e02e2840241ec32 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 5 Jan 2010 10:46:16 -0600 Subject: menuconfig indentation should be handled by dependencies, not whitespace in description. --- toys/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys') 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 -- cgit v1.2.3