Commit b75f324f authored by Ashot's avatar Ashot
Browse files

Added '-updateurl' and '-updateautocheck' to command line options

parent 0d8376c4
Showing with 3 additions and 0 deletions
+3 -0
......@@ -468,6 +468,9 @@ std::string HelpMessage(HelpMessageMode mode)
strUsage += " -rpcsslcertificatechainfile=<file.cert> " + strprintf(_("Server certificate file (default: %s)"), "server.cert") + "\n";
strUsage += " -rpcsslprivatekeyfile=<file.pem> " + strprintf(_("Server private key (default: %s)"), "server.pem") + "\n";
strUsage += " -rpcsslciphers=<ciphers> " + strprintf(_("Acceptable ciphers (default: %s)"), "TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH") + "\n";
strUsage += "\n" + _("Updater options:") + "\n";
strUsage += " -updateurl " + _("Url of json file which holds update information") + "\n";
strUsage += " -updateautocheck " + _("Check for updates automatically") + "\n";
return strUsage;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment