abump: fix the -f/--fixes option

This commit is contained in:
Natanael Copa 2013-07-19 12:10:57 +00:00
parent d4627112a9
commit cb21e18921

View File

@ -92,7 +92,7 @@ fixes=
[ -n "$APORTSDIR" ] || error "can't locate \$APORTSDIR"
git rev-parse 2>/dev/null || die "not in a git tree"
args=`getopt -o s:Rkqh --long security:,recursive,keep,quiet,help -n "$prog" -- "$@"`
args=`getopt -o f:s:Rkqh --long fixes:,security:,recursive,keep,quiet,help -n "$prog" -- "$@"`
if [ $? -ne 0 ]; then
usage
exit 2