aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kara <jack@suse.com>2016-05-05 17:17:12 +0200
committerJens Axboe <axboe@fb.com>2016-05-05 09:20:18 -0600
commit7644909627859a9d9d837df8b2ecf21a169f0ff0 (patch)
treea40015a33561e3244a1c3538bb0b2c2352fc4e1c
parent765676b7ddd4cb20a7b0038cd051d44c3bb87f22 (diff)
downloadblktrace-7644909627859a9d9d837df8b2ecf21a169f0ff0.tar.gz
Fixup graph name in help text
Proper graph name is queue-depth, not queue_depth. Signed-off-by: Jan Kara <jack@suse.com> Signed-off-by: Jens Axboe <axboe@fb.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 3eb8d3c..54325fb 100644
--- a/iowatcher/main.c
+++ b/iowatcher/main.c
@@ -1362,7 +1362,7 @@ static void print_usage(void)
"\t-C (--codec): ffmpeg codec. Use ffmpeg -codecs to list\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"
+ "\t-N (--no-graph): skip a single graph (io, tput, latency, queue-depth, \n"
"\t\t\tiops, cpu-sys, cpu-io, cpu-irq cpu-soft cpu-user)\n"
"\t-O (--only-graph): add a single graph to the output\n"
"\t-h (--height): set the height of each graph\n"