mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +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):
|
||||
"""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…
Add table
Reference in a new issue