Fixed command auto-help strings to make it look better in the cmdhelp wiki page
This commit is contained in:
parent
ee269d13cf
commit
bc8ce9f394
10 changed files with 108 additions and 94 deletions
|
|
@ -62,7 +62,7 @@ def format_help_list(hdict_cmds, hdict_db):
|
|||
|
||||
class CmdHelp(Command):
|
||||
"""
|
||||
The main help command
|
||||
view help or a list of topics
|
||||
|
||||
Usage:
|
||||
help <topic or command>
|
||||
|
|
@ -158,7 +158,7 @@ class CmdHelp(Command):
|
|||
|
||||
class CmdSetHelp(MuxCommand):
|
||||
"""
|
||||
@help - edit the help database
|
||||
edit the help database
|
||||
|
||||
Usage:
|
||||
@help[/switches] <topic>[,category[,locks]] = <text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue