From 9f5b11e6fd99e30b22be3335dec342acd6a8d28a Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 13 May 2012 11:36:10 +0200 Subject: Move help message out of AppInit2 - Solves #1278, attempts to address #1049 - Removes \t's from help message that are removed afterwards anyway - Moves UI-specific command-line options help to UI code - Moves "-detachdb" out of #ifdef USE_UPNP --- src/init.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/init.h') diff --git a/src/init.h b/src/init.h index 0a2f0d893..9a8f98cce 100644 --- a/src/init.h +++ b/src/init.h @@ -11,6 +11,7 @@ extern CWallet* pwalletMain; void Shutdown(void* parg); bool AppInit(int argc, char* argv[]); -bool AppInit2(int argc, char* argv[]); +bool AppInit2(); +std::string HelpMessage(); #endif -- cgit v1.2.3