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 'miscutils/ts.c')
-rw-r--r--miscutils/ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/ts.c b/miscutils/ts.c
index c7e477cc5..c5c1879df 100644
--- a/miscutils/ts.c
+++ b/miscutils/ts.c
@@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config TS
-//config: bool "ts (450 bytes)"
+//config: bool "ts (4.4 kb)"
//config: default y
//applet:IF_TS(APPLET(ts, BB_DIR_USR_BIN, BB_SUID_DROP))