Skip to content

Commit 9132248

Browse files
author
Jakob Maier
committed
improve help text
1 parent c488dd9 commit 9132248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vuln_batch_remediation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def main(argv=None): # IGNORE:C0111
210210
parser = ArgumentParser(description=program_license, formatter_class=RawDescriptionHelpFormatter)
211211
parser.add_argument("projectname", help="Project nname")
212212
parser.add_argument("projectversion", help="Project vesrsion")
213-
parser.add_argument("--dry-run", dest="dry_run", nargs='?', const="dry_run.csv", help="dry run")
213+
parser.add_argument("--dry-run", dest="dry_run", nargs='?', const="dry_run.csv", help="dry run remediations and output to file")
214214
parser.add_argument("--remediation-list", dest="local_remediation_list", default=None, help="Filename of cve remediation list csv file")
215215
parser.add_argument("--origin-exclusion-list", dest="local_origin_exclusion_list", default=None, help="Filename of origin exclusion list csv file")
216216
parser.add_argument("--no-process-cve-remediation-list", dest='process_cve_remediation_list', action='store_false', help="Disable processing CVE-Remediation-list")

0 commit comments

Comments
 (0)