aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/rev.c')
-rw-r--r--util-linux/rev.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/util-linux/rev.c b/util-linux/rev.c
index 3c1b22f09..c22505314 100644
--- a/util-linux/rev.c
+++ b/util-linux/rev.c
@@ -5,17 +5,16 @@
5 * 5 *
6 * Licensed under GPLv2, see file LICENSE in this source tree. 6 * Licensed under GPLv2, see file LICENSE in this source tree.
7 */ 7 */
8
9//applet:IF_REV(APPLET(rev, BB_DIR_BIN, BB_SUID_DROP))
10
11//kbuild:lib-$(CONFIG_REV) += rev.o
12
13//config:config REV 8//config:config REV
14//config: bool "rev" 9//config: bool "rev"
15//config: default y 10//config: default y
16//config: help 11//config: help
17//config: Reverse lines of a file or files. 12//config: Reverse lines of a file or files.
18 13
14//applet:IF_REV(APPLET(rev, BB_DIR_BIN, BB_SUID_DROP))
15
16//kbuild:lib-$(CONFIG_REV) += rev.o
17
19//usage:#define rev_trivial_usage 18//usage:#define rev_trivial_usage
20//usage: "[FILE]..." 19//usage: "[FILE]..."
21//usage:#define rev_full_usage "\n\n" 20//usage:#define rev_full_usage "\n\n"