Improve /reorder help

This commit is contained in:
mathieui 2015-07-20 20:24:23 +02:00
parent f9bb45f6e5
commit fb8816de06
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

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