Skip to content

Commit a01d985

Browse files
committed
[fix] : Fixed typo
1 parent bcbe941 commit a01d985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/fullbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ default_options="--boot-splash --cleanup --user alter --password alter"
149149
# Parse options
150150
ARGUMENT="${@}"
151151
_opt_short="a:dghr:sctm:l:"
152-
_opt_long="help.remove-cache"
152+
_opt_long="help,remove-cache"
153153
OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${ARGUMENT})
154154
[[ ${?} != 0 ]] && exit 1
155155

0 commit comments

Comments
 (0)