fix typo in cmd line arg for -oA

This commit is contained in:
Dirk 2018-05-24 10:48:25 +02:00
parent ec57b64339
commit 770f3ea832
1 changed files with 1 additions and 1 deletions

View File

@ -17245,7 +17245,7 @@ parse_cmd_line() {
do_csv=true
do_logging=true
;;
--outFile|--outFile|foA|-oA=*)
--outFile|--outFile|-oA|-oA=*)
outfile_arg="$(parse_opt_equal_sign "$1" "$2")"
if [[ "$outfile_arg" != "auto" ]]; then
HTMLFILE="$outfile_arg.html"