From 836f36333a5c19d515ce21ae175ca6e8e4a6eacf Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 26 Feb 2010 18:33:39 +0100 Subject: [PATCH] tail: document FANCY flags in helptext Signed-off-by: Bernhard Reutner-Fischer --- coreutils/Config.in | 4 ++++ 1 file changed, 4 insertions(+) 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