update version command description

This commit is contained in:
Kermina Awad 2020-06-06 20:25:12 -04:00
parent a53c4214f0
commit b9267a3dfc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class VersionCommand extends MultiverseCommand {
this.addKey("mvv");
this.addKey("mvversion");
this.setPermission("multiverse.core.version",
"Dumps version info to the console, optionally to pastie.org with -p or pastebin.com with a -b.", PermissionDefault.TRUE);
"Dumps version info to the console, optionally to pastebin.com with -b, or to hastebin.com using -h.", PermissionDefault.TRUE);
}
private String getLegacyString() {