Skip to content

Commit

Permalink
option typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiobendrauf committed May 16, 2024
1 parent bd157ea commit 0d037bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nudge-auto-updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def process_options():
help="A VulnCheck API key for getting CVE data. It is required to either set this argument, or the VULNCHECK_API_KEY environment variable.")
parser.add_option('--config-file', '-c', dest='config_file',
help="The path to a yaml-formatted file containing the configuration for nudge-auto-updater")
parser.add_option('--webhook_url', '-w', dest='webhook_url',
parser.add_option('--webhook-url', '-w', dest='webhook_url',
help=f'Optional url for slack webhooks.')
parser.add_option('--auto', action='store_true',
help='Run without interaction.')
Expand Down

0 comments on commit 0d037bb

Please sign in to comment.