mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-19 15:59:57 +00:00
Fix docstring
This commit is contained in:
parent
fed7392a5d
commit
3d3f7e53f9
@ -40,9 +40,7 @@ import deluge.ui.console.colors as colors
|
||||
import deluge.component as component
|
||||
|
||||
class Command(BaseCommand):
|
||||
"""
|
||||
Manage plugins with this command.
|
||||
"""
|
||||
"""Manage plugins with this command"""
|
||||
option_list = BaseCommand.option_list + (
|
||||
make_option('-l', '--list', action='store_true', default=False, dest='list',
|
||||
help='lists available plugins'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user