Further cleanup of launcher docs
This commit is contained in:
parent
55d21500de
commit
c147d86118
1 changed files with 3 additions and 7 deletions
|
|
@ -264,12 +264,8 @@ INFO_WINDOWS_BATFILE = \
|
||||||
"""
|
"""
|
||||||
|
|
||||||
CMDLINE_HELP = \
|
CMDLINE_HELP = \
|
||||||
"""
|
"""Starts, initializes, manages and operates the Evennia MU* server.
|
||||||
Starts or operates the Evennia MU* server. Allows for
|
Most standard django management commands are also accepted."""
|
||||||
initializing a new game directory and manages the game's database.
|
|
||||||
Most standard django-admin arguments and options can also be
|
|
||||||
passed.
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
VERSION_INFO = \
|
VERSION_INFO = \
|
||||||
|
|
@ -1605,7 +1601,7 @@ def main():
|
||||||
help=ARG_OPTIONS)
|
help=ARG_OPTIONS)
|
||||||
parser.epilog = (
|
parser.epilog = (
|
||||||
"Common Django-admin commands are shell, dbshell, migrate and flush.\n"
|
"Common Django-admin commands are shell, dbshell, migrate and flush.\n"
|
||||||
"See the django documentation for more django-admin commands.")
|
"See the Django documentation for more management commands.")
|
||||||
|
|
||||||
args, unknown_args = parser.parse_known_args()
|
args, unknown_args = parser.parse_known_args()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue