Skip to content

Commit 2ceae89

Browse files
committed
[fix] : -o disabled
1 parent dc1e9eb commit 2ceae89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ _help() {
100100
echo " -h This help message"
101101
}
102102

103-
while getopts "dw:h" arg; do
103+
while getopts "dow:h" arg; do
104104
case ${arg} in
105105
d) debug=true ;;
106106
o) only_work=true ;;

0 commit comments

Comments
 (0)