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:
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r--coreutils/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c
index 6201eb023..4680295b9 100644
--- a/coreutils/tail.c
+++ b/coreutils/tail.c
@@ -19,7 +19,7 @@
* 7) lseek attempted when count==0 even if arg was +0 (from top)
*/
//config:config TAIL
-//config: bool "tail (6.8 kb)"
+//config: bool "tail (7.2 kb)"
//config: default y
//config: help
//config: tail is used to print the last specified number of lines