aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-08-30 23:28:19 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-08-30 23:28:19 +0200
commitd93e5986d70e36481d9bea4e267df4cf1e38edf9 (patch)
tree03c59e3dbf4871ed4c1a319f87c8f54ddd0c5e52 /src
parentf78fd6f397e95d5ba388eb86f69b4d4164aba31d (diff)
downloadbitcoin-d93e5986d70e36481d9bea4e267df4cf1e38edf9.tar.xz
add default value in -timeout description
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 25756c4e6f..b085a23d60 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)") + "\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"