From 1a1d012e01e126b28bcde5fe33c53d1bd6b2f4e4 Mon Sep 17 00:00:00 2001 From: Katerina Foniok Date: Thu, 25 Jun 2020 11:05:12 +0200 Subject: [PATCH] Hotfix missing arg (#17245) --- tests/performance/process-logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;