Added parsing of the new flags.

This commit is contained in:
nhkhai 2020-01-24 18:58:12 +08:00 committed by GitHub
parent 1a731f48b2
commit c6ffbb0294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ exzip_compress=false
gzip_compress=false
prep=false
while getopts ":sdrpzh" opt; do
while getopts ":sdrpxezh" opt; do
case "${opt}" in
s) should_skip_autoexpand=true ;;
d) debug=true;;