Make helpentry topic names unique. Add a description to the cross-platform startup script. Added a util directory and a MUX/MUSH help file importer script.

This commit is contained in:
Greg Taylor 2009-01-22 16:56:00 +00:00
parent cbd5fd9faa
commit 6715f76847
3 changed files with 134 additions and 2 deletions

View file

@ -91,7 +91,7 @@ def main():
Beginning of the program logic.
"""
parser = OptionParser(usage="%prog [options] <start|stop>",
description="")
description="This command starts or stops the Evennia game server.")
parser.add_option('-i', '--interactive', action='store_true',
dest='interactive', default=False,
help='Start in interactive mode')