Work toward revised RPC send.

This commit is contained in:
Arthur Britto
2012-05-20 01:53:31 -07:00
parent 0010656ff8
commit 8ba9fe2d88
5 changed files with 149 additions and 165 deletions

View File

@@ -42,7 +42,7 @@ void printHelp(const po::options_description& desc)
cout << " connect <ip> [<port>]" << endl;
cout << " ledger" << endl;
cout << " peers" << endl;
cout << " sendto <destination> <amount> [<tag>]" << endl;
cout << " send <regular_seed> <paying_account> <account_id> <amount> [<currency>] [<send_max>] [<send_currency>]" << endl;
cout << " stop" << endl;
cout << " tx" << endl;
cout << " unl_add <domain>|<public> [<comment>]" << endl;