diff options
Diffstat (limited to 'mdkupdate')
-rwxr-xr-x | mdkupdate | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -80,7 +80,8 @@ my %options = ( 'a|applet' => \$applet, 'mnf' => \$mnf, 'noX' => \$noX, - 'b|bundle:s' => sub { $bundle = $_[1] || 'webbundle' } + 'b|bundle:s' => sub { $bundle = $_[1] || 'webbundle' } , + 'h|help' => \&usage, ); GetOptions(%options); |