summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--abuild.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index b09e365..96f5a43 100644
--- a/abuild.in
+++ b/abuild.in
@@ -2261,7 +2261,6 @@ usage() {
APKBUILD="${APKBUILD:-./APKBUILD}"
unset force
unset recursive
-while getopts "AcdD:fFhkKimnp:P:qrRs:u" opt; do
while getopts "AcdD:fFhkKimnp:P:qrRs:uv" opt; do
case $opt in
'A') echo "$CARCH"; exit 0;;