Skip to content

Commit

Permalink
Hotfix missing arg (#17245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katka92 authored Jun 25, 2020
1 parent b8ab9a9 commit 1a1d012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/process-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 1a1d012

Please sign in to comment.