1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-22 10:23:46 +01:00
This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-03 00:51:56 +00:00
parent a5a147d87f
commit f8a9fd6331

View File

@ -65,6 +65,7 @@ def print_help():
print "Usage: %s [--help]" % argv[0] print "Usage: %s [--help]" % argv[0]
print "Usage: %s [--version]" % argv[0] print "Usage: %s [--version]" % argv[0]
print "Usage: %s [--no-perfdata]" % argv[0] print "Usage: %s [--no-perfdata]" % argv[0]
print "Usage: %s [--no-longoutput]" % argv[0]
print "" print ""