From c524558499b0afd0cbd50323d970c8c34f762e62 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Thu, 30 Aug 2012 15:59:01 +0200 Subject: [PATCH] iowatcher: Fix typo in option description Short variant of --movie is -m, not -p. Signed-off-by: Jan Kara Signed-off-by: Chris Mason --- iowatcher/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1