mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 10:28:39 +00:00
[Console] Fix typo in info
This commit is contained in:
parent
7cdedbea1f
commit
4afd2513fa
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def format_time(seconds):
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
"""Show information about the torrents"""
|
"""Show information about the torrents"""
|
||||||
|
|
||||||
sort_help = 'sort items. Possible keys: ' + ', '.join(status_keys)
|
sort_help = 'sort items. Possible keys: ' + ', '.join(STATUS_KEYS)
|
||||||
|
|
||||||
option_list = BaseCommand.option_list + (
|
option_list = BaseCommand.option_list + (
|
||||||
make_option('-v', '--verbose', action='store_true', default=False, dest='verbose',
|
make_option('-v', '--verbose', action='store_true', default=False, dest='verbose',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue