Work toward RPC account_lines.

This commit is contained in:
Arthur Britto
2012-05-27 17:44:26 -07:00
parent af5c25a24d
commit d5e918e85b
5 changed files with 227 additions and 104 deletions

View File

@@ -39,6 +39,7 @@ void printHelp(const po::options_description& desc)
cout << "Commands: " << endl;
cout << " account_info <account>|<nickname>" << endl;
cout << " account_info <seed>|<pass_phrase>|<key> [<index>]" << endl;
cout << " account_lines <account>|<nickname>" << endl;
cout << " connect <ip> [<port>]" << endl;
cout << " credit_set <seed> <paying_account> <destination_account> <limit_amount> <currency> [<account_rate>]" << endl;
cout << " ledger" << endl;