Improve documentation of export_thread
This commit is contained in:
parent
db739f9eef
commit
ebd8be9e92
1 changed files with 2 additions and 2 deletions
|
|
@ -440,9 +440,9 @@ class Boobmsg(ReplApplication):
|
|||
|
||||
def do_export_thread(self, arg):
|
||||
"""
|
||||
export_thread
|
||||
export_thread ID
|
||||
|
||||
Export a thread
|
||||
Export the thread identified by ID
|
||||
"""
|
||||
_id, backend_name = self.parse_id(arg)
|
||||
cmd = self.do('get_thread', _id, backends=backend_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue