OSDN Git Service

menuconfig indentation should be handled by dependencies, not whitespace in description.
authorRob Landley <rob@landley.net>
Tue, 5 Jan 2010 16:46:16 +0000 (10:46 -0600)
committerRob Landley <rob@landley.net>
Tue, 5 Jan 2010 16:46:16 +0000 (10:46 -0600)
toys/sort.c

index bf69f42..dd06b82 100644 (file)
@@ -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