one small typo screwed everything

This commit is contained in:
chabad360 2018-08-02 18:00:02 -07:00
parent 48e98086f3
commit c5daea64ad

2
dbench
View file

@ -48,7 +48,7 @@ positional=()
while [[ $# -gt 0 ]]; do
key="$1"
case "key" in
case "$key" in
-h | --help)
usage
exit 0