Code: Select all
diff pause.py recheck.py
3c3
< # pause.py
---
> # recheck.py
43,44c43,44
< """Pause a torrent"""
< usage = "Usage: pause [ all | <torrent-id> [<torrent-id> ...] ]"
---
> """Recheck a torrent"""
> usage = "Usage: recheck [ all | <torrent-id> [<torrent-id> ...] ]"
54c54
< client.pause_torrent(torrents)
---
> client.force_recheck(torrents)
58c58
< print templates.SUCCESS('torrent%s successfully paused' % ('s' if len(args) > 1 else ''))
---
> print templates.SUCCESS('initiated recheck for torrent%s' % ('s' if len(args) > 1 else ''))
I'm using 1.1.9+dfsg-2~intrepid~ppa1 from the Ubuntu PPA.