aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-09-06 16:29:59 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-09-06 16:29:59 -0400
commit1913b6e2fc9e6a3c8195ccfeabb46e91569a6cc9 (patch)
treea76a2f41dba1abe1dc1341de8e9164553a4d28c1
parent3c28b335af799e9fed3eb06cdd92da8c2671559a (diff)
downloadbitcoin-1913b6e2fc9e6a3c8195ccfeabb46e91569a6cc9.tar.xz
Fix double-paren typo
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 21d8cadf23..dc425da644 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -225,7 +225,7 @@ std::string HelpMessage()
" -datadir=<dir> " + _("Specify data directory") + "\n" +
" -dbcache=<n> " + _("Set database cache size in megabytes (default: 25)") + "\n" +
" -dblogsize=<n> " + _("Set database disk log size in megabytes (default: 100)") + "\n" +
- " -timeout=<n> " + _("Specify connection timeout in milliseconds (default: 5000))") + "\n" +
+ " -timeout=<n> " + _("Specify connection timeout in milliseconds (default: 5000)") + "\n" +
" -proxy=<ip:port> " + _("Connect through socks proxy") + "\n" +
" -socks=<n> " + _("Select the version of socks proxy to use (4-5, default: 5)") + "\n" +
" -tor=<ip:port> " + _("Use proxy to reach tor hidden services (default: same as -proxy)") + "\n"