Change description of dump sub command to be more generic (#4180)

This commit is contained in:
EnZaXD 2024-10-13 10:33:58 +02:00 committed by GitHub
parent 1c339e8b54
commit 81682f4921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ public class DumpSubCmd implements ViaSubCommand {
@Override
public String description() {
return "Dump information about your server, this is helpful if you report bugs.";
return "Dump information about your platform implementation, this is helpful if you report bugs.";
}
@Override