Add -u short option

pull/535/head
JSTayco 2023-04-02 21:56:09 -07:00
parent 0d4cacb60f
commit fd603cb5a7
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ SKIP_SPACE_CHECK=false
SKIP_GIT_UPDATE=false
SKIP_GUI=false
while getopts ":vb:d:g:inprs-:" opt; do
while getopts ":vb:d:g:inprus-:" opt; do
# support long options: https://stackoverflow.com/a/28466267/519360
if [ "$opt" = "-" ]; then # long option: reformulate OPT and OPTARG
opt="${OPTARG%%=*}" # extract long option name