typo fix in a comment in a testcase. oh well...
[oweals/busybox.git] / coreutils / Config.in
index 1bc047c9a34cfe95d5d4bd9bb0202193d093075e..64a9421c772bd147a6f0bc378aa078f87b354b5e 100644 (file)
@@ -78,6 +78,14 @@ config CP
        help
          cp is used to copy files and directories.
 
+config FEATURE_CP_LONG_OPTIONS
+       bool "Enable long options for cp"
+       default n
+       depends on CP
+       help
+         Enable long options for cp.
+         Also add support for --parents option.
+
 config CUT
        bool "cut"
        default n
@@ -113,7 +121,7 @@ config FEATURE_DD_SIGNAL_HANDLING
        default y
        depends on DD
        help
-         sending a SIGUSR1 signal to a running `dd' process makes it
+         Sending a SIGUSR1 signal to a running `dd' process makes it
          print to standard error the number of records read and written
          so far, then to resume copying.
 
@@ -635,7 +643,7 @@ config TAIL
          from files.
 
 config FEATURE_FANCY_TAIL
-       bool "Enable extra tail options (-q, -s, and -v)"
+       bool "Enable extra tail options (-q, -s, -v, and -F)"
        default y
        depends on TAIL
        help