From 2e82b85614d46cfe26db2e75d74936945520aea1 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sun, 13 May 2012 15:34:45 -0700 Subject: [PATCH] Add wallet_claim and wallet_propose to help. --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index b90c823ee..bc2b1fcb2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,6 +53,8 @@ void printHelp(const po::options_description& desc) cout << " unl_reset" << endl; cout << " unlock " << endl; cout << " validation_create [||]" << endl; + cout << " wallet_claim [] []" << endl; + cout << " wallet_propose" << endl; } int main(int argc, char* argv[])