ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / Config.src
index 1d2fea1fbd5d56b00bd4351fcfc7fa408f3398c8..1bded03a687aba8250b26b89cfece5385e05a1f9 100644 (file)
@@ -1,6 +1,6 @@
 #
 # For a description of the syntax of this configuration file,
-# see scripts/kbuild/config-language.txt.
+# see docs/Kconfig-language.txt.
 #
 
 menu "Coreutils"
@@ -13,9 +13,9 @@ config FEATURE_VERBOSE
        bool "Support verbose options (usually -v) for various applets"
        default y
        help
-         Enable cp -v, rm -v and similar messages.
-         Also enables long option (--verbose) if it exists.
-         Without this option, -v is accepted but ignored.
+       Enable cp -v, rm -v and similar messages.
+       Also enables long option (--verbose) if it exists.
+       Without this option, -v is accepted but ignored.
 
 comment "Common options for cp and mv"
        depends on CP || MV
@@ -25,7 +25,7 @@ config FEATURE_PRESERVE_HARDLINKS
        default y
        depends on CP || MV
        help
-         Allow cp and mv to preserve hard links.
+       Allow cp and mv to preserve hard links.
 
 comment "Common options for df, du, ls"
        depends on DF || DU || LS
@@ -35,6 +35,6 @@ config FEATURE_HUMAN_READABLE
        default y
        depends on DF || DU || LS
        help
-         Allow df, du, and ls to have human readable output.
+       Allow df, du, and ls to have human readable output.
 
 endmenu