Skip to content
Snippets Groups Projects
Commit 2a6eee42 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

The list of command line switches was inconsistent.

parent ce87f468
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ fi
dbport="3306"
while getopts 'h:u:p:a:j:d:r:P:oci' opt; do
while getopts 'h:P:u:p:d:' opt; do
case ${opt} in
h) dbhost=${OPTARG} ;;
P) dbport=${OPTARG} ;;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment