Skip to content

Commit

Permalink
Merge pull request #1401 from maurosoria/shelld3v-patch-12
Browse files Browse the repository at this point in the history
Tiny fix
  • Loading branch information
maurosoria authored Oct 4, 2024
2 parents 510a799 + b84ba8c commit 31ed8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def parse_arguments():
action="store",
dest="output_format",
metavar="FORMAT",
help=f"Report format (Available: {','.join(OUTPUT_FORMATS)})",
help=f"Report format (Available: {', '.join(OUTPUT_FORMATS)})",
)
output.add_option(
"--log", action="store", dest="log_file", metavar="PATH", help="Log file"
Expand Down

0 comments on commit 31ed8f8

Please sign in to comment.