Document -debugnet option in command line help.

Fixes #1507
This commit is contained in:
Jeff Garzik 2012-06-24 10:38:02 -04:00 committed by Jeff Garzik
parent 817ee0d826
commit d887f54494
1 changed files with 2 additions and 1 deletions

View File

@ -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