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:
2
main.cpp
2
main.cpp
@@ -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")
|
||||
|
Reference in New Issue
Block a user