diff options
author | Ron Yorston <rmy@pobox.com> | 2014-01-13 09:11:24 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-01-13 09:11:24 +0000 |
commit | e6edcba4f2fc20a3e9db75ebe82d7a71094fe17c (patch) | |
tree | af786c447cae6ca59e195b31fbae442c0b42d198 /coreutils/Config.src | |
parent | 215f730e98215bff8dfacafdaa70e4a11395ad53 (diff) | |
parent | 0f592d7fb94c5887528d0ee24020c2225ab71c28 (diff) | |
download | busybox-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.src | 3 |
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 | ||
645 | config TEE | 646 | config TEE |
646 | bool "tee" | 647 | bool "tee" |