This commit is contained in:
g1n 2021-07-16 11:12:45 +00:00
parent 0894509a47
commit 9fb224a5ce
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ request(){
fi
}
while getopts ":h:p:m:i:u:" arg; do
while getopts ":h:p:i:m:u:" arg; do
case $arg in
h | --help)
usage; exit ;;