From: Jan Kara Date: Thu, 30 Aug 2012 13:59:01 +0000 (+0200) Subject: iowatcher: Fix typo in option description X-Git-Tag: blktrace-1.1.0~2^2~43^2~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c524558499b0afd0cbd50323d970c8c34f762e62;p=blktrace.git iowatcher: Fix typo in option description Short variant of --movie is -m, not -p. Signed-off-by: Jan Kara Signed-off-by: Chris Mason --- diff --git a/iowatcher/main.c b/iowatcher/main.c index a0eac65..8adeacc 100644 --- a/iowatcher/main.c +++ b/iowatcher/main.c @@ -1021,7 +1021,7 @@ static void print_usage(void) "\t-l (--label): trace label in the graph\n" "\t-o (--output): output file name (SVG only)\n" "\t-p (--prog): program to run while blktrace is run\n" - "\t-p (--movie [=spindle|rect]): create IO animations\n" + "\t-m (--movie [=spindle|rect]): create IO animations\n" "\t-r (--rolling): number of seconds in the rolling averge\n" "\t-T (--title): graph title\n" "\t-N (--no-graph): skip a single graph (io, tput, latency, queue_depth, \n"