forked from premiere/premiere-libtorrent
fixed typo
This commit is contained in:
parent
b0ae8d3a14
commit
ae059040da
|
@ -20,7 +20,7 @@ client_test <filename1.torrent> <filename2.torrent> ...
|
|||
<p>You can start any number of torrent downloads/seeds via the commandline.
|
||||
If one argument starts with <tt class="docutils literal"><span class="pre">http://</span></tt> it is interpreted as a tracker
|
||||
announce url, and it expects an info-hash as the next argument. The info-hash
|
||||
has ti be hex-encoded. For example: <tt class="docutils literal"><span class="pre">2410d4554d5ed856d69f426c38791673c59f4418</span></tt>.
|
||||
has to be hex-encoded. For example: <tt class="docutils literal"><span class="pre">2410d4554d5ed856d69f426c38791673c59f4418</span></tt>.
|
||||
If you pass an announce url and info-hash, a torrent-less download is started.
|
||||
It relies on that at least one peer on the tracker is running a libtorrent based
|
||||
client and has the metadata (.torrent file). The metadata extension in
|
||||
|
|
|
@ -11,7 +11,7 @@ the settings are hardcoded. The commandline arguments are::
|
|||
You can start any number of torrent downloads/seeds via the commandline.
|
||||
If one argument starts with ``http://`` it is interpreted as a tracker
|
||||
announce url, and it expects an info-hash as the next argument. The info-hash
|
||||
has ti be hex-encoded. For example: ``2410d4554d5ed856d69f426c38791673c59f4418``.
|
||||
has to be hex-encoded. For example: ``2410d4554d5ed856d69f426c38791673c59f4418``.
|
||||
If you pass an announce url and info-hash, a torrent-less download is started.
|
||||
It relies on that at least one peer on the tracker is running a libtorrent based
|
||||
client and has the metadata (.torrent file). The metadata extension in
|
||||
|
|
Loading…
Reference in New Issue