From 342e1b73385cac5a5b2fc7316d82a2b55b3a85d4 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Tue, 10 Aug 2010 19:21:17 +0000 Subject: json-spirit print reals with 8 decimal places, bitcoind help instead of bitcoind -? git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@126 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index b8df26c82..0eacebc30 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] [params]\t " + _("Send command to -server or bitcoind\n") + - " bitcoin [options] -? \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 \t\t " + _("Get help for a command\n") + _("Options:\n") + " -conf= \t " + _("Specify configuration file (default: bitcoin.conf)\n") + " -gen \t " + _("Generate coins\n") + -- cgit v1.2.3