mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-04 11:08:28 +02:00
fix typo in cmd line arg for -oA
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user