update helpinfo

This commit is contained in:
liangliang
2017-09-03 16:22:09 +08:00
parent 1af0823d65
commit 1326c4ea15
+1 -1
View File
@@ -147,7 +147,7 @@ class CommandHandler():
def get_help(self):
rsp = ''
for cmd in self.commands:
rsp += '{c}:{d}\n'.format(c=cmd.command, d=cmd.describe)
rsp += '{c}:{d}\n'.format(c=cmd.title, d=cmd.describe)
return rsp