mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Document set_passwd and threads prompt commands
Help messages: set_passwd: Set a user's password. Example: set_passwd admin threads: Get all of the Python threads used by Crafty
This commit is contained in:
parent
8e13b4e11d
commit
ca450f21ed
@ -119,3 +119,9 @@ class MainPrompt(cmd.Cmd):
|
||||
|
||||
def help_import3(self):
|
||||
Console.help("Import users and servers from Crafty 3")
|
||||
|
||||
def help_set_passwd(self):
|
||||
Console.help("Set a user's password. Example: set_passwd admin")
|
||||
|
||||
def help_threads(self):
|
||||
Console.help("Get all of the Python threads used by Crafty")
|
||||
|
Loading…
Reference in New Issue
Block a user