aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
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"