aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-03-21 00:03:02 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2012-03-21 01:32:00 +0100
commit89516bd4e00370c78f9f324e1e7b9db78f5a895e (patch)
tree4d8f2b08906d91decebe3057a69748e1acdb35b0 /src/init.cpp
parentef142365392f57b6d6d0c54186dc7f2fc9242bec (diff)
downloadbitcoin-89516bd4e00370c78f9f324e1e7b9db78f5a895e.tar.xz
Speed up block downloading
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index a5db20b908..f9e08126f6 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -177,6 +177,7 @@ bool AppInit2(int argc, char* argv[])
" -min \t\t " + _("Start minimized") + "\n" +
" -splash \t\t " + _("Show splash screen on startup (default: 1)") + "\n" +
" -datadir=<dir> \t\t " + _("Specify data directory") + "\n" +
+ " -dbcache=<n> \t\t " + _("Set database cache size in megabytes (default: 25)") + "\n" +
" -timeout=<n> \t " + _("Specify connection timeout (in milliseconds)") + "\n" +
" -proxy=<ip:port> \t " + _("Connect through socks4 proxy") + "\n" +
" -dns \t " + _("Allow DNS lookups for addnode and connect") + "\n" +