Skip to content

Commit d60119c

Browse files
committed
Minor
1 parent 74c0c8d commit d60119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def parse_args() -> argparse.Namespace:
5252
parser.add_argument(
5353
"--export-format",
5454
help=f"""Export json with non crytic-compile format
55-
(default None. Accepted: ({",".join([key for key in PLATFORMS_EXPORT.keys()])}""",
55+
(default None. Accepted: ({", ".join([key for key in PLATFORMS_EXPORT.keys()])})""",
5656
action="store",
5757
dest="export_format",
5858
default=None,

0 commit comments

Comments
 (0)