Skip to content

Commit 02c6692

Browse files
committed
bin/mkrelease bugfix
- Legacy-Id: 13216
1 parent 828cfb8 commit 02c6692

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/mkrelease

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ trap 'echo "$program($LINENO): Command failed with error code $? ([$$] $0 $*)";
7979
# Option parsing
8080

8181
# Options
82-
shortopts=hnvV
83-
longopts=help,dry-run,verbose,version
82+
shortopts=hmnpvV
83+
longopts=help,message,dry-run,permit-migr-mix,verbose,version
8484

8585
# Default values
8686
MSG=""

0 commit comments

Comments
 (0)