X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Ftac.c;h=25e85f6f33c5cd45860045a0bf0247bcaa9977f8;hb=03ab212bff0fa7f51c0f75ee4be5db67184e41a2;hp=1f5b34a8402407905bf5007144e978a880700afb;hpb=4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e;p=oweals%2Fbusybox.git diff --git a/coreutils/tac.c b/coreutils/tac.c index 1f5b34a84..25e85f6f3 100644 --- a/coreutils/tac.c +++ b/coreutils/tac.c @@ -13,10 +13,10 @@ * http://www.uclibc.org/lists/busybox/2003-July/008813.html */ //config:config TAC -//config: bool "tac (4.1 kb)" +//config: bool "tac (3.9 kb)" //config: default y //config: help -//config: tac is used to concatenate and print files in reverse. +//config: tac is used to concatenate and print files in reverse. //applet:IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac))