From b84ba8c6d29fbcbe2664bcf42ef96842d0da2c84 Mon Sep 17 00:00:00 2001 From: Pham Sy Minh <59408894+shelld3v@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:36:36 +0700 Subject: [PATCH] Tiny fix --- lib/parse/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index fb71e9860..5a2d15814 100755 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -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"