Update usage ; add product type for Debian

This commit is contained in:
iliajie
2023-05-23 16:03:30 +03:00
parent fab2a1c871
commit 12822f97e5
2 changed files with 17 additions and 9 deletions

View File

@ -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;