Skip to content

Commit

Permalink
Fix wording in --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
jc0b committed Jul 20, 2024
1 parent fc3aace commit b07f7f6
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 @@ -727,7 +727,7 @@ def process_options():
parser.add_option('--force', '-f', action='store_true',
help='Force re-evaluation of urgency and required installation date for every targetedOSVersionsRule, even when requiredMinimumOSVersion in Nudge JSON config is up to date.')
parser.add_option('--cisa', action='store_true',
help='Sets required installation date to be CISA compliant, if your CISA recommends a sooner required installation date than your configuration.')
help='Sets required installation date to be CISA compliant, if CISA recommends a required installation date that is sooner than your configuration.')
options, _ = parser.parse_args()
# chack if api key in env
api_key = options.api_key
Expand Down

0 comments on commit b07f7f6

Please sign in to comment.