diff --git a/tests/performance/process-logs.sh b/tests/performance/process-logs.sh index 7df3fa06c19..c826f08fdf3 100755 --- a/tests/performance/process-logs.sh +++ b/tests/performance/process-logs.sh @@ -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 ;;