From fb8816de06fa90c31704bb645d783d74ce53cdb4 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 20 Jul 2015 20:24:23 +0200 Subject: Improve /reorder help --- plugins/reorder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/reorder.py b/plugins/reorder.py index 13d873e7..f1799c12 100644 --- a/plugins/reorder.py +++ b/plugins/reorder.py @@ -85,7 +85,8 @@ def parse_config(config): class Plugin(BasePlugin): def init(self): self.api.add_command('reorder', self.command_reorder, - help='Reorder all tabs.') + help='Reorder all tabs using the pre-defined' + ' layout from the configuration file.') @command_args_parser.ignored def command_reorder(self): -- cgit v1.2.3