diff --git a/nsclient/trunk/scripts/check_eva/check_eva.py b/nsclient/trunk/scripts/check_eva/check_eva.py index 3b280ec..ef68f4e 100644 --- a/nsclient/trunk/scripts/check_eva/check_eva.py +++ b/nsclient/trunk/scripts/check_eva/check_eva.py @@ -84,14 +84,16 @@ def print_help(): print "" print "Usage: %s [OPTIONS]" % argv[0] print "OPTIONS:" - print " [--host ]" - print " [--username ]" - print " [--password ]" - print " [--mode ] " - print " [--test]" - print " [--debug]" - print " [--help]" + print " --host " + print " --username " + print " --password " + print " --mode " + print " --system " + print " --phone-home [--nagios_myhostname ] [--nagios_port ]" + print " --test" + print " --debug" + print " --help" print "" print " Valid modes are: %s" % ', '.join(valid_modes) print ""