Hotfix missing arg (#17245)
parent
b8ab9a95a1
commit
1a1d012e01
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue