1
0
mirror of https://github.com/asamy/ctorrent synced 2025-10-05 23:52:41 +02:00

startport is actually used

This commit is contained in:
A. Samy
2015-12-28 16:14:07 +00:00
parent 3ffce3571a
commit 793031744e

View File

@@ -118,7 +118,7 @@ int main(int argc, char *argv[])
opts.add_options()
("version,v", "print version string")
("help,h", "print this help message")
("port,p", po::value(&startport), "specify start port; not currently used")
("port,p", po::value(&startport), "specify start port for seeder torrents")
("nodownload,n", "do not download anything, just print info about torrents")
("piecesize,s", po::value(&maxRequestSize), "specify piece block size")
("dldir,d", po::value(&dldir), "specify downloads directory")