Skip to content

Commit

Permalink
chg: [commands] Restore default dump to mvd.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Aug 5, 2024
1 parent 4a57712 commit fd96dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main() -> None:
description="Dump vulnerability-lookup storage in NDJSON."
)
parser.add_argument(
"--feed", help="Feed to dump. Default is set to nvd.", default="csaf_ox"
"--feed", help="Feed to dump. Default is set to nvd.", default="nvd"
)
parser.add_argument(
"--all", help="Dump all feeds. Default is false", default=False, action="store_true"
Expand Down

0 comments on commit fd96dcb

Please sign in to comment.