aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2012-08-30 15:59:01 +0200
committerChris Mason <chris.mason@oracle.com>2012-09-10 20:53:04 -0400
commitc524558499b0afd0cbd50323d970c8c34f762e62 (patch)
treeaeb9cbaf9d2af946e9a110f8747b7481a22d09e9
parentcc3d54d5c8399547fb86135ec476b57ce49ec8d6 (diff)
downloadblktrace-c524558499b0afd0cbd50323d970c8c34f762e62.tar.gz
iowatcher: Fix typo in option description
Short variant of --movie is -m, not -p. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
-rw-r--r--iowatcher/main.c2
1 files changed, 1 insertions, 1 deletions
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"