Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shelld3v authored Oct 4, 2024
1 parent 510a799 commit b84ba8c
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 b84ba8c

Please sign in to comment.