From cb21e18921e5e36c69ba11aa8f54e38aba842cc7 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 19 Jul 2013 12:10:57 +0000
Subject: [PATCH] abump: fix the -f/--fixes option

---
 abump.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abump.in b/abump.in
index e0242d75d43a..b0994ed807e0 100755
--- a/abump.in
+++ b/abump.in
@@ -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
-- 
GitLab