diff --git a/bin/show_flow.pl b/bin/show_flow.pl index 0813000e..a12ab685 100755 --- a/bin/show_flow.pl +++ b/bin/show_flow.pl @@ -11,7 +11,8 @@ sub usage { my $output = "usage: show_flow.pl [-h] file.yml\n"; $output .= "\tOptions:\n"; - $output .= "-h: this help\n"; + $output .= "-h --help: this help\n"; + $output .= "-y --yml: yaml output\n"; return $output }