add "make help"
[oweals/busybox.git] / coreutils / Config.in
index 49b884b7059539adcc54d06b8b58201cf6297df4..50e605dc281dd30536f6e124b10fe7465f009907 100644 (file)
@@ -151,11 +151,12 @@ config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
          Use a blocksize of (1K) instead of the default 512b.
 
 config CONFIG_ECHO
-       bool "echo (basic SUSv3 version taking no options)"
+       bool "echo (basic SuSv3 version taking no options)"
        default n
        help
          echo is used to print a specified string to stdout.
 
+# this entry also appears in shell/Config.in, next to the echo builtin
 config CONFIG_FEATURE_FANCY_ECHO
        bool "  Enable echo options (-n and -e)"
        default y
@@ -171,12 +172,6 @@ config CONFIG_ENV
          a command; without options it displays the current
          environment.
 
-config CONFIG_PRINTENV
-       bool "printenv"
-       default n
-       help
-         printenv is used to print all or part of environment.
-
 config CONFIG_EXPR
        bool "expr"
        default n
@@ -360,12 +355,24 @@ config CONFIG_NICE
        help
          nice runs a program with modified scheduling priority.
 
+config CONFIG_NOHUP
+       bool "nohup"
+       default n
+       help
+         run a command immune to hangups, with output to a non-tty.
+
 config CONFIG_OD
        bool "od"
        default n
        help
          od is used to dump binary files in octal and other formats.
 
+config CONFIG_PRINTENV
+       bool "printenv"
+       default n
+       help
+         printenv is used to print all or part of environment.
+
 config CONFIG_PRINTF
        bool "printf"
        default n