aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-06-24 10:38:02 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-06-24 10:38:02 -0400
commitd887f544946d88a4537846a8b6d04c0c75a74052 (patch)
treec967c72e14e16599a94d0511491bbc17b482e2b1 /src
parent817ee0d826087d418b5f0bffcdd92429574284e2 (diff)
downloadbitcoin-d887f544946d88a4537846a8b6d04c0c75a74052.tar.xz
Document -debugnet option in command line help.
Fixes #1507
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index b148c50083..076ea1d1c3 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -256,7 +256,8 @@ std::string HelpMessage()
" -daemon " + _("Run in the background as a daemon and accept commands") + "\n" +
#endif
" -testnet " + _("Use the test network") + "\n" +
- " -debug " + _("Output extra debugging information") + "\n" +
+ " -debug " + _("Output extra debugging information. Implies all other -debug* options") + "\n" +
+ " -debugnet " + _("Output extra network debugging information") + "\n" +
" -logtimestamps " + _("Prepend debug output with timestamp") + "\n" +
" -printtoconsole " + _("Send trace/debug info to console instead of debug.log file") + "\n" +
#ifdef WIN32