diff options
author | Eric Lammerts | 2009-07-22 00:31:27 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-07-22 00:31:27 +0200 |
commit | 3b5a66444030949027dacf4c372713fe33f1d9d9 (patch) | |
tree | cde2fc60c110415d134e232d3a6e4eac810a1bde /coreutils/Config.in | |
parent | 997538ab586e9b061b33c24f2ddced18a0379826 (diff) | |
download | busybox-3b5a66444030949027dacf4c372713fe33f1d9d9.zip busybox-3b5a66444030949027dacf4c372713fe33f1d9d9.tar.gz |
tail: implement -F
function old new delta
tail_main 1190 1494 +304
Signed-off-by: Eric Lammerts <busybox@lists.lammerts.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 1bc047c..cacfb96 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -635,7 +635,7 @@ config TAIL from files. config FEATURE_FANCY_TAIL - bool "Enable extra tail options (-q, -s, and -v)" + bool "Enable extra tail options (-q, -s, -v, and -F)" default y depends on TAIL help |