mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix docstring
This commit is contained in:
parent
fed7392a5d
commit
3d3f7e53f9
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue