-c | --compress) OPTION_COMPRESS="true"; vbm "DEBUG:Compressed output mode enabled.";;
-z | --time-zone) try setTimeZoneEV "$2";;
-t | --temp-dir) OPTION_TMPDIR="true" && TMP_DIR_PRIORITY="$2";;
- *) echoerr "ERROR: Unrecognized argument."; exit 1;; # Handle unrecognized options.
+ *) echoerr "ERROR: Unrecognized argument: $1"; echoerr "STATUS:All arguments:$*"; exit 1;; # Handle unrecognized options.
esac
shift
done