From: Jan Kara <jack@xxxxxxxx> Proper graph name is queue-depth, not queue_depth. Signed-off-by: Jan Kara <jack@xxxxxxxx> --- iowatcher/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iowatcher/main.c b/iowatcher/main.c index 3eb8d3c0d2e1..54325fbfde52 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" -- 2.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html