diff options
Diffstat (limited to 'plugins/reorder.py')
-rw-r--r-- | plugins/reorder.py | 3 |
1 files changed, 2 insertions, 1 deletions
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): |