summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/opkbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index caa342d..dc40bad 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -55,7 +55,7 @@ error()
exit 1
}
-opts=$(getopt -n "${0}" -o 'r:p:ds:V' -- "${@}")
+opts=$(getopt -n "${0}" -o 'r:a:p:ds:V' -- "${@}")
if [ ${?} -ne 0 ]; then
print_usage "${0}" >&2
exit 1;