From 38ba85985441f9a1ddb3ed6b2e9749f1ff92080d Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 24 Feb 2017 18:30:16 +0100 Subject: Fix code plugin usage help --- plugins/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/code.py b/plugins/code.py index 44afd3d8..028f0f70 100644 --- a/plugins/code.py +++ b/plugins/code.py @@ -33,7 +33,7 @@ FORMATTER = HtmlFormatter(noclasses=True) class Plugin(BasePlugin): def init(self): self.api.add_command('code', self.command_code, - usage='', + usage=' ', short='Sends syntax-highlighted code', help='Sends syntax-highlighted code in the current tab') -- cgit v1.2.3