bin/mkrelease bugfix
- Legacy-Id: 13216
This commit is contained in:
parent
828cfb89f7
commit
02c6692f70
|
@ -79,8 +79,8 @@ trap 'echo "$program($LINENO): Command failed with error code $? ([$$] $0 $*)";
|
|||
# Option parsing
|
||||
|
||||
# Options
|
||||
shortopts=hnvV
|
||||
longopts=help,dry-run,verbose,version
|
||||
shortopts=hmnpvV
|
||||
longopts=help,message,dry-run,permit-migr-mix,verbose,version
|
||||
|
||||
# Default values
|
||||
MSG=""
|
||||
|
|
Loading…
Reference in a new issue