aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rev.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2016-11-29 11:26:45 +0000
committerRon Yorston <rmy@pobox.com>2016-11-29 11:26:45 +0000
commitbb8d79eadbba1942dbdb9f9cee5c47833afe269f (patch)
treeb8c517e9ca895d60d7227aef7177b6291df5e2cd /util-linux/rev.c
parent9fa1e4990e655a85025c9d270a1606983e375e47 (diff)
parent7d877fc9312a742b06125927bb1d34bd35398c6c (diff)
downloadbusybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.tar.gz
busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.tar.bz2
busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.zip
Merge branch 'busybox' into merge
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 f952447e4..d34838a35 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"