add simple log rotating, tentative Ripple pathfinder work

This commit is contained in:
MJK
2012-09-27 13:49:37 -07:00
parent 5a49b696ad
commit 1ffe841be5
7 changed files with 79 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ void printHelp(const po::options_description& desc)
cout << " data_fetch <key>" << endl;
cout << " data_store <key> <value>" << endl;
cout << " ledger [<id>|current|lastclosed] [full]" << endl;
cout << " logrotate " << endl;
cout << " nickname_info <nickname>" << endl;
cout << " nickname_set <seed> <paying_account> <nickname> [<offer_minimum>] [<authorization>]" << endl;
cout << " offer_create <seed> <paying_account> <taker_pays_amount> <taker_pays_currency> <taker_pays_issuer> <takers_gets_amount> <takers_gets_currency> <takers_gets_issuer> <expires> [passive]" << endl;