aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-10 19:21:17 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-10 19:21:17 +0000
commit342e1b73385cac5a5b2fc7316d82a2b55b3a85d4 (patch)
tree779fde91134f080040a38214ce53fc75c01f1360 /init.cpp
parent94cfec07fd302c9ff9b6a80c47418d4fe56596ae (diff)
downloadbitcoin-342e1b73385cac5a5b2fc7316d82a2b55b3a85d4.tar.xz
json-spirit print reals with 8 decimal places,
bitcoind help <command> instead of bitcoind <command> -? git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@126 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.cpp b/init.cpp
index b8df26c828..0eacebc305 100644
--- a/init.cpp
+++ b/init.cpp
@@ -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") +