json-spirit print reals with 8 decimal places,

bitcoind help <command> instead of bitcoind <command> -?
This commit is contained in:
Satoshi Nakamoto
2010-08-12 13:20:57 +00:00
committed by Gavin Andresen
parent c2fa70ddfd
commit 410b618d18
4 changed files with 46 additions and 54 deletions

View File

@@ -147,8 +147,8 @@ bool AppInit2(int argc, char* argv[])
_("Usage:") + "\t\t\t\t\t\t\t\t\t\t\n" +
" bitcoin [options] \t " + "\n" +
" bitcoin [options] <command> [params]\t " + _("Send command to -server or bitcoind\n") +
" bitcoin [options] <command> -? \t\t " + _("Get help for a command\n") +
" bitcoin help \t\t\t " + _("List commands\n") +
" bitcoin [options] help \t\t " + _("List commands\n") +
" bitcoin [options] help <command> \t\t " + _("Get help for a command\n") +
_("Options:\n") +
" -conf=<file> \t " + _("Specify configuration file (default: bitcoin.conf)\n") +
" -gen \t " + _("Generate coins\n") +