CLI: Add help for account_tx.

This commit is contained in:
Stefan Thomas
2013-02-18 15:07:27 +01:00
parent 594e3d7f3f
commit d3b7a59b91

View File

@@ -68,6 +68,7 @@ void printHelp(const po::options_description& desc)
cerr << "Commands: " << endl;
cerr << " account_domain_set <seed> <paying_account> [<domain>]" << endl;
cerr << " account_email_set <seed> <paying_account> [<email_address>]" << endl;
cerr << " account_tx <account>|<nickname>|<account_public_key> <ledger>|(<minledger> <maxledger>)" << endl;
cerr << " account_lines <account>|<nickname>|<account_public_key> [<index>]" << endl;
cerr << " account_offers <account>|<nickname>|<account_public_key> [<index>]" << endl;
cerr << " account_info <account>|<nickname>" << endl;