]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
instrumentation/hrktorrent: add missing "nohashcheck" long option
authorP2P-Next <p2p-next@cs.pub.ro>
Fri, 20 Aug 2010 13:25:37 +0000 (16:25 +0300)
committerP2P-Next <p2p-next@cs.pub.ro>
Fri, 20 Aug 2010 13:25:37 +0000 (16:25 +0300)
instrumentation/hrktorrent/main.cpp

index e6dcb07c4ca4d08cc0752e94ef5e611a29ecf5a5..384b93e200432eafdead193dc5840a382402fccc 100644 (file)
@@ -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'},