Skip to content

Commit d4c1b70

Browse files
author
Lorenz Kästle
committed
Fix typo
1 parent 26cb6b1 commit d4c1b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check_vmware_nsxt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def environ_or_required(key):
455455
help='Password for Basic Auth')
456456

457457
parser.add_argument('--mode', '-m', choices=['cluster-status', 'alarms', 'capacity-usage'],
458-
help='Check mode to exectue. Hint: alarms will only include open alarms.', required=True)
458+
help='Check mode to execute. Hint: alarms will only include open alarms.', required=True)
459459
parser.add_argument('--exclude', nargs='*', action='extend', type=str,
460460
help="Exclude alarms or usage from the check results. Can be used multiple times and supports regular expressions.")
461461
parser.add_argument('--max-age', '-M', type=int,

0 commit comments

Comments
 (0)