This commit is contained in:
Páll Guðjón Sigurðsson 2010-10-20 15:08:18 +00:00
parent 890a8aed51
commit d11ea112f3
1 changed files with 10 additions and 8 deletions

View File

@ -84,14 +84,16 @@ def print_help():
print "" print ""
print "Usage: %s [OPTIONS]" % argv[0] print "Usage: %s [OPTIONS]" % argv[0]
print "OPTIONS:" print "OPTIONS:"
print " [--host <host>]" print " --host <host>"
print " [--username <user>]" print " --username <user>"
print " [--password <password]" print " --password <password"
print " [--path </path/to/sssu>]" print " --path </path/to/sssu>"
print " [--mode <mode>] " print " --mode <mode> "
print " [--test]" print " --system <systemname>"
print " [--debug]" print " --phone-home [--nagios_myhostname <hostname>] [--nagios_port <port>]"
print " [--help]" print " --test"
print " --debug"
print " --help"
print "" print ""
print " Valid modes are: %s" % ', '.join(valid_modes) print " Valid modes are: %s" % ', '.join(valid_modes)
print "" print ""