diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2014-01-09 20:00:58 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-01-10 16:26:15 +0100 |
commit | 1bdbf264540892a20d07cd81d2918dd5519f4bb3 (patch) | |
tree | a986d137091e3c735a6cacb7c8328f1c8ba959a4 /coreutils/Config.src | |
parent | 79df481dc4723cc018731508bc08ce42b3b2eb17 (diff) | |
download | busybox-w32-1bdbf264540892a20d07cd81d2918dd5519f4bb3.tar.gz busybox-w32-1bdbf264540892a20d07cd81d2918dd5519f4bb3.tar.bz2 busybox-w32-1bdbf264540892a20d07cd81d2918dd5519f4bb3.zip |
tail: adjust help/usage texts
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 0c44c4b51..33defa4db 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -633,12 +633,13 @@ config FEATURE_FANCY_TAIL | |||
633 | default y | 633 | default y |
634 | depends on TAIL | 634 | depends on TAIL |
635 | help | 635 | help |
636 | The options (-q, -s, and -v) are provided by GNU tail, but | 636 | The options (-q, -s, -v and -F) are provided by GNU tail, but |
637 | are not specific in the SUSv3 standard. | 637 | are not specific in the SUSv3 standard. |
638 | 638 | ||
639 | -q Never output headers giving file names | 639 | -q Never output headers giving file names |
640 | -s SEC Wait SEC seconds between reads with -f | 640 | -s SEC Wait SEC seconds between reads with -f |
641 | -v Always output headers giving file names | 641 | -v Always output headers giving file names |
642 | -F Same as -f, but keep retrying | ||
642 | 643 | ||
643 | config TEE | 644 | config TEE |
644 | bool "tee" | 645 | bool "tee" |