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 1f5b34a84..6d3ea9c19 100644
--- a/coreutils/tac.c
+++ b/coreutils/tac.c
@@ -16,7 +16,7 @@
16//config: bool "tac (4.1 kb)" 16//config: bool "tac (4.1 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.
20 20
21//applet:IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac)) 21//applet:IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac))
22 22