Skip to content

Commit 43d9f41

Browse files
committed
Minor
1 parent d60119c commit 43d9f41

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(list(PLATFORMS_EXPORT))})""",
5656
action="store",
5757
dest="export_format",
5858
default=None,

0 commit comments

Comments
 (0)