diff --git a/build.sh b/build.sh
index bce558c..2eb4336 100755
--- a/build.sh
+++ b/build.sh
@@ -135,7 +135,7 @@ cd $(dirname $0)/
 source .getopt.sh
 
 # Parsing command line options (see .getopt.sh)
-temp=$(getopt -o "$BUILD_OPTS_SHORT" -l "$BUILD_OPTS_LONG,get-image-path" -- "$@")
+temp=$(getopt -o "$BUILD_OPTS_SHORT" -l "$BUILD_OPTS_LONG" -- "$@")
 eval set -- "$temp"
 while true; do
   case "$1" in