From f91bbeedb752b43f19567559c42db5bdf78d8a75 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 20 Oct 2016 21:17:02 +0100 Subject: [PATCH] Add help for -equihashsolver= option. Signed-off-by: Daira Hopwood --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.cpp b/src/init.cpp index 54d6634a3..37564d951 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -383,6 +383,7 @@ std::string HelpMessage(HelpMessageMode mode) #ifdef ENABLE_WALLET strUsage += HelpMessageOpt("-gen", strprintf(_("Generate coins (default: %u)"), 0)); strUsage += HelpMessageOpt("-genproclimit=", strprintf(_("Set the number of threads for coin generation if enabled (-1 = all cores, default: %d)"), 1)); + strUsage += HelpMessageOpt("-equihashsolver=", _("Specify the Equihash solver to be used if enabled (default: \"default\")")); #endif strUsage += HelpMessageOpt("-help-debug", _("Show all debugging options (usage: --help -help-debug)")); strUsage += HelpMessageOpt("-logips", strprintf(_("Include IP addresses in debug output (default: %u)"), 0));