resolve #1448, fix 'no help entry' not popping up in webclient
This commit is contained in:
parent
70fea693e6
commit
53a4fc0b66
5 changed files with 15 additions and 9 deletions
|
|
@ -267,7 +267,7 @@ class CmdHelp(Command):
|
|||
return
|
||||
|
||||
# no exact matches found. Just give suggestions.
|
||||
self.msg(self.format_help_entry("", "No help entry found for '%s'" % query, None, suggested=suggestions))
|
||||
self.msg((self.format_help_entry("", "No help entry found for '%s'" % query, None, suggested=suggestions), {"type": "help"}))
|
||||
|
||||
|
||||
def _loadhelp(caller):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue