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 e6dcb07..384b93e 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'},