Updated helpstrings
This commit is contained in:
parent
75a001ad5d
commit
54cf797b1e
60 changed files with 104 additions and 104 deletions
|
@ -6,8 +6,8 @@ from util.text import get_text_list
|
|||
|
||||
@hook.command(autohelp=False)
|
||||
def namegen(inp, notice=None):
|
||||
".namegen [modules] -- Generates some names using the chosen modules. " \
|
||||
"'.namegen list' will display a list of all modules."
|
||||
"namegen [modules] -- Generates some names using the chosen modules. " \
|
||||
"'namegen list' will display a list of all modules."
|
||||
|
||||
gen = molecular.Molecule()
|
||||
|
||||
|
|
Reference in a new issue