Skip to content

Commit 6c66a53

Browse files
feat: Add options to import and export database (fixes #1655)
1 parent 599b002 commit 6c66a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def main(argv=None):
342342
help="import database filename",
343343
default="",
344344
)
345-
345+
346346
exploit_checker_group = parser.add_argument_group("Exploits")
347347
exploit_checker_group.add_argument(
348348
"--exploits",

0 commit comments

Comments
 (0)