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
|
import deluge.component as component
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
"""
|
"""Manage plugins with this command"""
|
||||||
Manage plugins with this command.
|
|
||||||
"""
|
|
||||||
option_list = BaseCommand.option_list + (
|
option_list = BaseCommand.option_list + (
|
||||||
make_option('-l', '--list', action='store_true', default=False, dest='list',
|
make_option('-l', '--list', action='store_true', default=False, dest='list',
|
||||||
help='lists available plugins'),
|
help='lists available plugins'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user