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:
parent
cbd5fd9faa
commit
6715f76847
3 changed files with 134 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue