Add RPC command peers.

This commit is contained in:
Arthur Britto
2012-03-10 19:06:05 -08:00
parent af929c7d49
commit 2596cce905
7 changed files with 35 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ void printHelp()
cout << " unlock <passphrase>" << endl;
cout << " familyinfo" << endl;
cout << " connect <ip> [<port>]" << endl;
cout << " peers" << endl;
cout << " sendto <destination> <amount> [<tag>]" << endl;
cout << " tx" << endl;
cout << " ledger" << endl;