"restart" command desc fix.

This commit is contained in:
zaxar163 2019-01-03 17:33:36 +04:00
parent 5d38584ec1
commit 4ee6b31371
No known key found for this signature in database
GPG key ID: CEE900027AE098E0

View file

@ -15,7 +15,7 @@ public String getArgsDescription() {
@Override
public String getUsageDescription() {
return "Stop LaunchServer";
return "Restart LaunchServer";
}
@Override