mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
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
This commit is contained in:
parent
249e331ae9
commit
80b88bf047
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class Command(BaseCommand):
|
|||
" | hitting <tab> a second time, will print 15 more matches; \n"\
|
||||
" | and a third press will print all remaining matches.\n"\
|
||||
" | (To modify behaviour of third <tab>, 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
|
||||
|
|
Loading…
Add table
Reference in a new issue