mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-16 21:36:40 +00:00
[Console] Fix typo in info
This commit is contained in:
parent
7cdedbea1f
commit
4afd2513fa
@ -112,7 +112,7 @@ def format_time(seconds):
|
||||
class Command(BaseCommand):
|
||||
"""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 + (
|
||||
make_option('-v', '--verbose', action='store_true', default=False, dest='verbose',
|
||||
|
Loading…
x
Reference in New Issue
Block a user