Fixed command auto-help strings to make it look better in the cmdhelp wiki page

This commit is contained in:
Griatch 2014-02-12 15:05:17 +01:00
parent ee269d13cf
commit bc8ce9f394
10 changed files with 108 additions and 94 deletions

View file

@ -216,7 +216,7 @@ def purge_processor(caller):
class CmdBatchCommands(MuxCommand):
"""
Build from batch-command file
build from batch-command file
Usage:
@batchcommands[/interactive] <python.path.to.file>
@ -317,7 +317,7 @@ class CmdBatchCommands(MuxCommand):
class CmdBatchCode(MuxCommand):
"""
Build from batch-code file
build from batch-code file
Usage:
@batchcode[/interactive] <python path to file>