From: P2P-Next Date: Fri, 20 Aug 2010 13:25:37 +0000 (+0300) Subject: instrumentation/hrktorrent: add missing "nohashcheck" long option X-Git-Tag: next-share-m32~1 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=45373d4c83353601c85ef0c4fce150d2ce22877f;p=cs-p2p-next.git instrumentation/hrktorrent: add missing "nohashcheck" long option --- diff --git a/instrumentation/hrktorrent/main.cpp b/instrumentation/hrktorrent/main.cpp index e6dcb07..384b93e 100644 --- a/instrumentation/hrktorrent/main.cpp +++ b/instrumentation/hrktorrent/main.cpp @@ -52,6 +52,7 @@ parseargs(int argc, char** argv) {"nodht", 0, NULL, 't'}, {"noupnp", 0, NULL, 'n'}, {"noseed", 0, NULL, 's'}, + {"nohashcheck", 0, NULL, 'k'}, {"verbose", 0, NULL, 'v'}, {"version", 0, NULL, 'V'}, {"minport", 1, NULL,'p'},