From 3d3f7e53f9423e4e6d66aeed387bdc0df6ca4ef7 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 17 Aug 2009 20:20:45 +0000 Subject: [PATCH] Fix docstring --- deluge/ui/console/commands/plugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deluge/ui/console/commands/plugin.py b/deluge/ui/console/commands/plugin.py index 2f5e4cbfd..e626e7e54 100644 --- a/deluge/ui/console/commands/plugin.py +++ b/deluge/ui/console/commands/plugin.py @@ -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'),