Big cleanup in config help and description
[oweals/busybox.git] / coreutils / ls.c
index 0f35c70d51df9f9cdedb5b0755716024e93c5d4a..531eb85b54b8c9e3232370aa3ad298c79ce44f5f 100644 (file)
 //config:      bool "Enable filetyping options (-p and -F)"
 //config:      default y
 //config:      depends on LS
-//config:      help
-//config:        Enable the ls options (-p and -F).
 //config:
 //config:config FEATURE_LS_FOLLOWLINKS
 //config:      bool "Enable symlinks dereferencing (-L)"
 //config:      default y
 //config:      depends on LS
-//config:      help
-//config:        Enable the ls option (-L).
 //config:
 //config:config FEATURE_LS_RECURSIVE
 //config:      bool "Enable recursion (-R)"
 //config:      default y
 //config:      depends on LS
-//config:      help
-//config:        Enable the ls option (-R).
 //config:
 //config:config FEATURE_LS_SORTFILES
 //config:      bool "Sort the file names"