From 3dd84e134cc3f3993170611eb9f9340f408d2d40 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Fri, 1 Jun 2012 17:57:20 -0700 Subject: [PATCH] Add help for RPC wallet_add. --- src/Config.h | 1 + src/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Config.h b/src/Config.h index 4eb84dc279..ce595905a1 100644 --- a/src/Config.h +++ b/src/Config.h @@ -83,3 +83,4 @@ public: extern Config theConfig; #endif +// vim:ts=4 diff --git a/src/main.cpp b/src/main.cpp index 39cdf7a908..5f678033a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,6 +53,7 @@ void printHelp(const po::options_description& desc) cout << " unl_list" << endl; cout << " unl_reset" << endl; cout << " validation_create [||]" << endl; + cout << " wallet_add [] []" << endl; cout << " wallet_accounts " << endl; cout << " wallet_claim [] []" << endl; cout << " wallet_seed [||]" << endl;