bin/show_flow.pl: add missing option to help output

vseva/base_dirs
Victor Seva 13 years ago
parent 08ca7f73c3
commit 3b7e2d4938

@ -11,7 +11,8 @@ sub usage
{ {
my $output = "usage: show_flow.pl [-h] file.yml\n"; my $output = "usage: show_flow.pl [-h] file.yml\n";
$output .= "\tOptions:\n"; $output .= "\tOptions:\n";
$output .= "-h: this help\n"; $output .= "-h --help: this help\n";
$output .= "-y --yml: yaml output\n";
return $output return $output
} }

Loading…
Cancel
Save