We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbe941 commit a01d985Copy full SHA for a01d985
1 file changed
tools/fullbuild.sh
@@ -149,7 +149,7 @@ default_options="--boot-splash --cleanup --user alter --password alter"
149
# Parse options
150
ARGUMENT="${@}"
151
_opt_short="a:dghr:sctm:l:"
152
-_opt_long="help.remove-cache"
+_opt_long="help,remove-cache"
153
OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${ARGUMENT})
154
[[ ${?} != 0 ]] && exit 1
155
0 commit comments