Hotfix missing arg (#17245)

7.20.x
Katerina Foniok 2020-06-25 11:05:12 +02:00 committed by GitHub
parent b8ab9a95a1
commit 1a1d012e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ function printHelp {
echo "-u users count"
}
while getopts "f:t:c:h" opt; do
while getopts "f:t:c:u:h" opt; do
case $opt in
h) printHelp
;;