mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Update usage ; add product type for Debian
This commit is contained in:
@ -28,7 +28,7 @@ if ($ARGV[0] =~ /^--product-type/) {
|
||||
}
|
||||
shift(@ARGV);
|
||||
}
|
||||
$ver = $ARGV[0] || die "usage: makerpm.pl <version> [release]";
|
||||
$ver = $ARGV[0] || die "usage: makerpm.pl [--nosign] [--product-type] <version> [release]";
|
||||
$rel = $ARGV[1] || "1";
|
||||
|
||||
$oscheck = <<EOF;
|
||||
|
Reference in New Issue
Block a user