Improve documentation of export_thread

This commit is contained in:
Florent 2012-11-07 15:25:19 +01:00
commit ebd8be9e92

View file

@ -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)