update readme and cli

This commit is contained in:
Mateusz Gruszczyński
2026-06-08 11:06:18 +02:00
parent 31c7952f32
commit 1b30d05620
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
![pyTorrent logo](pytorrent/static/favicon.svg)
# 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.
+1 -1
View File
@@ -106,7 +106,7 @@ def build_parser() -> argparse.ArgumentParser:
token.set_defaults(func=_cmd_revoke_api_token)
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("--debug", action="store_true", help="Print cache diagnostics on success or failure")
icon.set_defaults(func=_cmd_tracker_favicon)