summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkupdate3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 912c0958..55caf610 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -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);