From dd55d5d53c394edb65d392f77087049540568997 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 7 Aug 2017 01:53:17 +0200 Subject: script: make -t independent of scriptreplay Signed-off-by: Denys Vlasenko --- util-linux/scriptreplay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util-linux/scriptreplay.c') diff --git a/util-linux/scriptreplay.c b/util-linux/scriptreplay.c index 7e98501..e3083ab 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" -- cgit v1.1