aboutsummaryrefslogtreecommitdiff
path: root/util-linux/scriptreplay.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-22 14:56:12 +0100
committerRon Yorston <rmy@pobox.com>2017-08-22 14:56:12 +0100
commitce9af1cc5ea23f754587448cf35b5120c77bfeef (patch)
tree69e5eaba5e75ab909ed92d5045393471b8ff3c13 /util-linux/scriptreplay.c
parentc170026700eabb10147dd848c45c06995b43a32e (diff)
parente837a0dbbebf4229306df98fe9ee3b9bb30630c4 (diff)
downloadbusybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.gz
busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.bz2
busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux/scriptreplay.c')
-rw-r--r--util-linux/scriptreplay.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/scriptreplay.c b/util-linux/scriptreplay.c
index 7e9850103..e3083ab93 100644
--- a/util-linux/scriptreplay.c
+++ b/util-linux/scriptreplay.c
@@ -5,7 +5,6 @@
5 * pascal.bellard@ads-lu.com 5 * pascal.bellard@ads-lu.com
6 * 6 *
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 *
9 */ 8 */
10//config:config SCRIPTREPLAY 9//config:config SCRIPTREPLAY
11//config: bool "scriptreplay (2.6 kb)" 10//config: bool "scriptreplay (2.6 kb)"
@@ -19,7 +18,7 @@
19//kbuild:lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o 18//kbuild:lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o
20 19
21//usage:#define scriptreplay_trivial_usage 20//usage:#define scriptreplay_trivial_usage
22//usage: "timingfile [typescript [divisor]]" 21//usage: "TIMINGFILE [TYPESCRIPT [DIVISOR]]"
23//usage:#define scriptreplay_full_usage "\n\n" 22//usage:#define scriptreplay_full_usage "\n\n"
24//usage: "Play back typescripts, using timing information" 23//usage: "Play back typescripts, using timing information"
25 24