aboutsummaryrefslogtreecommitdiff
path: root/util-linux/scriptreplay.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-07 01:53:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-07 01:53:17 +0200
commitdd55d5d53c394edb65d392f77087049540568997 (patch)
tree1a34bd794d90b82fae295314ee745836eecb8a54 /util-linux/scriptreplay.c
parent7b8372b81926ef6aa8d91945a95261bbb93d0b9e (diff)
downloadbusybox-dd55d5d53c394edb65d392f77087049540568997.tar.gz
script: make -t independent of scriptreplay
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@
* pascal.bellard@ads-lu.com
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
- *
*/
//config:config SCRIPTREPLAY
//config: bool "scriptreplay (2.6 kb)"
@@ -19,7 +18,7 @@
//kbuild:lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o
//usage:#define scriptreplay_trivial_usage
-//usage: "timingfile [typescript [divisor]]"
+//usage: "TIMINGFILE [TYPESCRIPT [DIVISOR]]"
//usage:#define scriptreplay_full_usage "\n\n"
//usage: "Play back typescripts, using timing information"