From 80b88bf0478406f31103ebc0f2fe762ceb3660ee Mon Sep 17 00:00:00 2001 From: Asmageddon Date: Sun, 4 Mar 2012 15:01:51 +0100 Subject: [PATCH] Modified the info command to be more compact and concise by default, old behavior(with tracker and save location info added) moved to -v switch, old verbose mode(files and peers) moved to -d switch --- deluge/ui/console/commands/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/console/commands/info.py b/deluge/ui/console/commands/info.py index 0a87aea42..1d0da4f39 100644 --- a/deluge/ui/console/commands/info.py +++ b/deluge/ui/console/commands/info.py @@ -118,7 +118,7 @@ class Command(BaseCommand): " | hitting a second time, will print 15 more matches; \n"\ " | and a third press will print all remaining matches.\n"\ " | (To modify behaviour of third , set `third_tab_lists_all` to False)" - + def handle(self, *args, **options): self.console = component.get("ConsoleUI") # Compile a list of torrent_ids to request the status of