Improve /reorder help
This commit is contained in:
parent
f9bb45f6e5
commit
fb8816de06
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue