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/tac.c')
-rw-r--r--coreutils/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tac.c b/coreutils/tac.c
index 25e85f6f3..6d3ea9c19 100644
--- a/coreutils/tac.c
+++ b/coreutils/tac.c
@@ -13,7 +13,7 @@
* http://www.uclibc.org/lists/busybox/2003-July/008813.html
*/
//config:config TAC
-//config: bool "tac (3.9 kb)"
+//config: bool "tac (4.1 kb)"
//config: default y
//config: help
//config: tac is used to concatenate and print files in reverse.