aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-01-13 09:11:24 +0000
committerRon Yorston <rmy@pobox.com>2014-01-13 09:11:24 +0000
commite6edcba4f2fc20a3e9db75ebe82d7a71094fe17c (patch)
treeaf786c447cae6ca59e195b31fbae442c0b42d198 /coreutils/Config.src
parent215f730e98215bff8dfacafdaa70e4a11395ad53 (diff)
parent0f592d7fb94c5887528d0ee24020c2225ab71c28 (diff)
downloadbusybox-w32-e6edcba4f2fc20a3e9db75ebe82d7a71094fe17c.tar.gz
busybox-w32-e6edcba4f2fc20a3e9db75ebe82d7a71094fe17c.tar.bz2
busybox-w32-e6edcba4f2fc20a3e9db75ebe82d7a71094fe17c.zip
Merge branch 'busybox' into merge
Conflicts: include/platform.h scripts/basic/fixdep.c
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r--coreutils/Config.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src
index b5701217e..ef14be471 100644
--- a/coreutils/Config.src
+++ b/coreutils/Config.src
@@ -635,12 +635,13 @@ config FEATURE_FANCY_TAIL
635 default y 635 default y
636 depends on TAIL 636 depends on TAIL
637 help 637 help
638 The options (-q, -s, and -v) are provided by GNU tail, but 638 The options (-q, -s, -v and -F) are provided by GNU tail, but
639 are not specific in the SUSv3 standard. 639 are not specific in the SUSv3 standard.
640 640
641 -q Never output headers giving file names 641 -q Never output headers giving file names
642 -s SEC Wait SEC seconds between reads with -f 642 -s SEC Wait SEC seconds between reads with -f
643 -v Always output headers giving file names 643 -v Always output headers giving file names
644 -F Same as -f, but keep retrying
644 645
645config TEE 646config TEE
646 bool "tee" 647 bool "tee"