mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 13:05:53 +00:00
Add new commands to help.
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -33,6 +33,8 @@ void printHelp()
|
|||||||
cout << " familyinfo" << endl;
|
cout << " familyinfo" << endl;
|
||||||
cout << " connect <ip> [<port>]" << endl;
|
cout << " connect <ip> [<port>]" << endl;
|
||||||
cout << " sendto <destination> <amount> [<tag>]" << endl;
|
cout << " sendto <destination> <amount> [<tag>]" << endl;
|
||||||
|
cout << " tx" << endl;
|
||||||
|
cout << " ledger" << endl;
|
||||||
cout << " stop" << endl;
|
cout << " stop" << endl;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user