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