Skip to content

Commit

Permalink
Add m parameter to expected script parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Sep 29, 2022
1 parent 196039d commit 2454f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ trap clean EXIT

### Process all options for this script and make sure that everything is alright.

while getopts ":hvf:i:d:" opt
while getopts ":hvm:f:i:d:" opt
do
case $opt in
h)
Expand Down

0 comments on commit 2454f8b

Please sign in to comment.