@@ -85,35 +85,35 @@ public void usage() {
85
85
) );
86
86
87
87
System .out .println ( ansi ().eraseScreen ().render (
88
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "account" )
88
+ String .format ("\t @|bold %-20s\t Get your wallet address |@" , "account" )
89
89
) );
90
90
91
91
System .out .println ( ansi ().eraseScreen ().render (
92
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "getbalance" )
92
+ String .format ("\t @|bold %-20s\t Get your balance |@" , "getbalance" )
93
93
) );
94
94
95
95
System .out .println ( ansi ().eraseScreen ().render (
96
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "send" )
96
+ String .format ("\t @|bold %-20s\t Send balance to receiver address |@" , "send" )
97
97
) );
98
98
99
99
System .out .println ( ansi ().eraseScreen ().render (
100
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "printblockchain" )
100
+ String .format ("\t @|bold %-20s\t Print blockchain |@" , "printblockchain" )
101
101
) );
102
102
103
103
System .out .println ( ansi ().eraseScreen ().render (
104
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "consensus" )
104
+ String .format ("\t @|bold %-20s\t Create a server |@" , "consensus" )
105
105
) );
106
106
107
107
System .out .println ( ansi ().eraseScreen ().render (
108
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "getmessage" )
108
+ String .format ("\t @|bold %-20s\t Get a consensus |@" , "getmessage" )
109
109
) );
110
110
111
111
System .out .println ( ansi ().eraseScreen ().render (
112
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "putmessage" )
112
+ String .format ("\t @|bold %-20s\t Put a consensus message |@" , "putmessage" )
113
113
) );
114
114
115
115
System .out .println ( ansi ().eraseScreen ().render (
116
- String .format ("\t @|bold %-20s\t Print the current java-tron version |@" , "exit" )
116
+ String .format ("\t @|bold %-20s\t Exit java-tron application |@" , "exit" )
117
117
) );
118
118
119
119
System .out .println ("" );
0 commit comments