Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-26 20:33:39 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-26 20:34:16 +0300
commit836f36333a5c19d515ce21ae175ca6e8e4a6eacf (patch)
tree452d42280de47570bb4ae0c41b56325fbc358c44 /coreutils
parent1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0 (diff)
tail: document FANCY flags in helptext
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 6bdc85abb..297f4655d 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -686,6 +686,10 @@ config FEATURE_FANCY_TAIL
The options (-q, -s, and -v) are provided by GNU tail, but
are not specific in the SUSv3 standard.
+ -q Never output headers giving file names
+ -s SEC Wait SEC seconds between reads with -f
+ -v Always output headers giving file names
+
config TEE
bool "tee"
default n