From b157881b5c59d5aff8575036a2d490ebcd315ef8 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Fri, 2 Dec 2022 13:24:29 +0300
Subject: [PATCH] cmd/torrent only prioritizes downloads

---
 cmd/btrtrc/README | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmd/btrtrc/README b/cmd/btrtrc/README
index 8e7b15c2..86f1c25d 100644
--- a/cmd/btrtrc/README
+++ b/cmd/btrtrc/README
@@ -3,8 +3,7 @@ btrtrc -- better BitTorrent client
 This is a fork of https://github.com/anacrolix/torrent BitTorrent
 library with own cmd/btrtrc client implementation. Comparing to
 cmd/torrent it has much less configuration options, mainly hardcoding
-the most of them. Also it lacks various features like ability to select
-the file to delete. But what advantages does it have?
+the most of them. But what advantages does it have?
 
 * Optimized file-based storage:
   * linearized I/O operations prevent creation of huge quantity of threads
-- 
2.51.0