mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
fix typo in cmd line arg for -oA
This commit is contained in:
parent
ec57b64339
commit
770f3ea832
@ -17245,7 +17245,7 @@ parse_cmd_line() {
|
|||||||
do_csv=true
|
do_csv=true
|
||||||
do_logging=true
|
do_logging=true
|
||||||
;;
|
;;
|
||||||
--outFile|--outFile|foA|-oA=*)
|
--outFile|--outFile|-oA|-oA=*)
|
||||||
outfile_arg="$(parse_opt_equal_sign "$1" "$2")"
|
outfile_arg="$(parse_opt_equal_sign "$1" "$2")"
|
||||||
if [[ "$outfile_arg" != "auto" ]]; then
|
if [[ "$outfile_arg" != "auto" ]]; then
|
||||||
HTMLFILE="$outfile_arg.html"
|
HTMLFILE="$outfile_arg.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user