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 "Usage: %s [OPTIONS]" % argv[0]
print "OPTIONS:"
print " [--host <host>]"
print " [--username <user>]"
print " [--password <password]"
print " [--path </path/to/sssu>]"
print " [--mode <mode>] "
print " [--test]"
print " [--debug]"
print " [--help]"
print " --host <host>"
print " --username <user>"
print " --password <password"
print " --path </path/to/sssu>"
print " --mode <mode> "
print " --system <systemname>"
print " --phone-home [--nagios_myhostname <hostname>] [--nagios_port <port>]"
print " --test"
print " --debug"
print " --help"
print ""
print " Valid modes are: %s" % ', '.join(valid_modes)
print ""