Skip to content

Commit 5806c07

Browse files
author
Markus Opolka
committed
Extend help texts
1 parent 737acfb commit 5806c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

check_vmware_nsxt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,11 @@ def commandline(args):
397397
parser.add_argument('--password', '-p',
398398
help='Password for Basic Auth', required=True)
399399
parser.add_argument('--mode', '-m', choices=['cluster-status', 'alarms', 'capacity-usage'],
400-
help='Check mode to exectue', required=True)
400+
help='Check mode to exectue. Hint: alarms will only include open alarms.', required=True)
401401
parser.add_argument('--max-age', '-M', type=int,
402402
help='Max age in minutes for capacity usage updates. Defaults to 5', default=5, required=False)
403403
parser.add_argument('--insecure',
404-
help='Do not verify TLS certificate. Be careful with this option, please', action='store_true', required=False)
404+
help='Do not verify TLS certificate', action='store_true', required=False)
405405
parser.add_argument('--version', '-V',
406406
help='Print version', action='store_true')
407407

0 commit comments

Comments
 (0)