Add help for RPC wallet_add.

This commit is contained in:
Arthur Britto
2012-06-01 17:57:20 -07:00
parent 5dbf798c20
commit 3dd84e134c
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ void printHelp(const po::options_description& desc)
cout << " unl_list" << endl;
cout << " unl_reset" << endl;
cout << " validation_create [<seed>|<pass_phrase>|<key>]" << endl;
cout << " wallet_add <regular_seed> <paying_account> <master_seed> [<initial_funds>] [<account_annotation>]" << endl;
cout << " wallet_accounts <seed>" << endl;
cout << " wallet_claim <master_seed> <regular_seed> [<source_tag>] [<account_annotation>]" << endl;
cout << " wallet_seed [<seed>|<passphrase>|<passkey>]" << endl;