diff mbox

[9/9] Fixup graph name in help text

Message ID 1462461432-1900-10-git-send-email-jack@suse.cz (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kara May 5, 2016, 3:17 p.m. UTC
From: Jan Kara <jack@suse.com>

Proper graph name is queue-depth, not queue_depth.

Signed-off-by: Jan Kara <jack@suse.com>
---
 iowatcher/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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"