[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):
|
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…
x
Reference in New Issue
Block a user