From 7644909627859a9d9d837df8b2ecf21a169f0ff0 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Thu, 5 May 2016 17:17:12 +0200 Subject: [PATCH] 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 --- iowatcher/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1