config: trim/improve item names and help texts.
[oweals/busybox.git] / coreutils / expand.c
index 9ce86ebff891bbd259596b4e36147f2c4cbc341b..64f2a539dabd277d29c6e73fc21d91fb334be03c 100644 (file)
  *  Caveat: this versions of expand and unexpand don't accept tab lists.
  */
 //config:config EXPAND
-//config:      bool "expand"
+//config:      bool "expand (5.8 kb)"
 //config:      default y
 //config:      help
-//config:        By default, convert all tabs to spaces.
+//config:      By default, convert all tabs to spaces.
 //config:
 //config:config FEATURE_EXPAND_LONG_OPTIONS
 //config:      bool "Enable long options"
 //config:      depends on EXPAND && LONG_OPTS
 //config:
 //config:config UNEXPAND
-//config:      bool "unexpand"
+//config:      bool "unexpand (6 kb)"
 //config:      default y
 //config:      help
-//config:        By default, convert only leading sequences of blanks to tabs.
+//config:      By default, convert only leading sequences of blanks to tabs.
 //config:
 //config:config FEATURE_UNEXPAND_LONG_OPTIONS
 //config:      bool "Enable long options"