update readme and cli
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|

|
||||||
# pyTorrent
|
# pyTorrent
|
||||||
|
|
||||||
Modern single-page web UI for managing rTorrent through SCGI/XML-RPC. pyTorrent focuses on fast live updates, multi-profile support, automation, diagnostics and a clean browser-based workflow inspired by ruTorrent.
|
Modern single-page web UI for managing rTorrent through SCGI/XML-RPC. pyTorrent focuses on fast live updates, multi-profile support, automation, diagnostics and a clean browser-based workflow inspired by ruTorrent.
|
||||||
|
|||||||
+1
-1
@@ -106,7 +106,7 @@ def build_parser() -> argparse.ArgumentParser:
|
|||||||
token.set_defaults(func=_cmd_revoke_api_token)
|
token.set_defaults(func=_cmd_revoke_api_token)
|
||||||
|
|
||||||
icon = sub.add_parser("tracker-favicon", help="Download or refresh a tracker favicon cache file")
|
icon = sub.add_parser("tracker-favicon", help="Download or refresh a tracker favicon cache file")
|
||||||
icon.add_argument("domain", help="Tracker domain, e.g. t.pte.nu")
|
icon.add_argument("domain", help="Tracker domain e.g tracker.example.com")
|
||||||
icon.add_argument("--no-refresh", action="store_true", help="Use fresh cache when available")
|
icon.add_argument("--no-refresh", action="store_true", help="Use fresh cache when available")
|
||||||
icon.add_argument("--debug", action="store_true", help="Print cache diagnostics on success or failure")
|
icon.add_argument("--debug", action="store_true", help="Print cache diagnostics on success or failure")
|
||||||
icon.set_defaults(func=_cmd_tracker_favicon)
|
icon.set_defaults(func=_cmd_tracker_favicon)
|
||||||
|
|||||||
Reference in New Issue
Block a user