From d93e5986d70e36481d9bea4e267df4cf1e38edf9 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 30 Aug 2012 23:28:19 +0200 Subject: [PATCH] add default value in -timeout description --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index 25756c4e6..b085a23d6 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -225,7 +225,7 @@ std::string HelpMessage() " -datadir= " + _("Specify data directory") + "\n" + " -dbcache= " + _("Set database cache size in megabytes (default: 25)") + "\n" + " -dblogsize= " + _("Set database disk log size in megabytes (default: 100)") + "\n" + - " -timeout= " + _("Specify connection timeout (in milliseconds)") + "\n" + + " -timeout= " + _("Specify connection timeout in milliseconds (default: 5000))") + "\n" + " -proxy= " + _("Connect through socks proxy") + "\n" + " -socks= " + _("Select the version of socks proxy to use (4-5, default: 5)") + "\n" + " -tor= " + _("Use proxy to reach tor hidden services (default: same as -proxy)") + "\n"