From 45373d4c83353601c85ef0c4fce150d2ce22877f Mon Sep 17 00:00:00 2001 From: P2P-Next Date: Fri, 20 Aug 2010 16:25:37 +0300 Subject: [PATCH] instrumentation/hrktorrent: add missing "nohashcheck" long option --- instrumentation/hrktorrent/main.cpp | 1 + 1 file changed, 1 insertion(+) 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'}, -- 2.20.1