Add new commands to help.

This commit is contained in:
JoelKatz
2012-01-23 13:38:12 -08:00
parent 6112a443cf
commit f4c6865751

View File

@@ -33,6 +33,8 @@ void printHelp()
cout << " familyinfo" << endl;
cout << " connect <ip> [<port>]" << endl;
cout << " sendto <destination> <amount> [<tag>]" << endl;
cout << " tx" << endl;
cout << " ledger" << endl;
cout << " stop" << endl;
}