changeset 368:f90c9600a1f4

menuconfig indentation should be handled by dependencies, not whitespace in description.
author Rob Landley <rob@landley.net>
date Tue, 05 Jan 2010 10:46:16 -0600
parents b8c8b4827e97
children 5715eed39575
files toys/sort.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/sort.c	Tue Jan 05 10:45:16 2010 -0600
+++ b/toys/sort.c	Tue Jan 05 10:46:16 2010 -0600
@@ -21,7 +21,7 @@
       -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