From: Jan Kara Date: Thu, 5 May 2016 15:17:12 +0000 (+0200) Subject: Fixup graph name in help text X-Git-Tag: blktrace-1.2.0~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7644909627859a9d9d837df8b2ecf21a169f0ff0;p=blktrace.git Fixup graph name in help text Proper graph name is queue-depth, not queue_depth. Signed-off-by: Jan Kara Signed-off-by: Jens Axboe --- 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"