summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-02 13:53:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-02 13:53:18 +0000
commitbde8b812e04ea0195d92dfd402c9139aa80b8ceb (patch)
treeefdaa64a4457ae31996a88550dc4ab9bbde4e730 /mdkupdate
parenta542dc18cd3d080ba4ec57f94daff6dbe4db12c4 (diff)
downloadmgaonline-bde8b812e04ea0195d92dfd402c9139aa80b8ceb.tar
mgaonline-bde8b812e04ea0195d92dfd402c9139aa80b8ceb.tar.gz
mgaonline-bde8b812e04ea0195d92dfd402c9139aa80b8ceb.tar.bz2
mgaonline-bde8b812e04ea0195d92dfd402c9139aa80b8ceb.tar.xz
mgaonline-bde8b812e04ea0195d92dfd402c9139aa80b8ceb.zip
really handle --help
Diffstat (limited to 'mdkupdate')
-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);