aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tac.c
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 6d3ea9c19..25e85f6f3 100644
--- a/coreutils/tac.c
+++ b/coreutils/tac.c
@@ -13,7 +13,7 @@
13 * http://www.uclibc.org/lists/busybox/2003-July/008813.html 13 * http://www.uclibc.org/lists/busybox/2003-July/008813.html
14 */ 14 */
15//config:config TAC 15//config:config TAC
16//config: bool "tac (4.1 kb)" 16//config: bool "tac (3.9 kb)"
17//config: default y 17//config: default y
18//config: help 18//config: help
19//config: tac is used to concatenate and print files in reverse. 19//config: tac is used to concatenate and print files in reverse.