Fix some more typos

This commit is contained in:
boy0001
2015-08-02 16:50:53 +10:00
parent 16fbd373c9
commit 8e1d42d4c5
4 changed files with 5 additions and 4 deletions

View File

@ -35,9 +35,10 @@ import com.plotsquared.general.commands.Argument;
import com.plotsquared.general.commands.CommandDeclaration;
@CommandDeclaration(
command = "/plot regenallroads <world>",
command = "regenallroads",
description = "Regenerate all roads in the map using the set road schematic",
aliases = {"rgar"},
usage = "/plot regenallroads <world>",
category = CommandCategory.DEBUG,
requiredType = RequiredType.CONSOLE,
permission = "plots.regenallroads"

View File

@ -58,7 +58,7 @@ public class Update extends SubCommand {
}
}
else {
MainUtil.sendMessage(plr, C.COMMAND_SYNTAX, getUsage());
MainUtil.sendMessage(plr, C.COMMAND_SYNTAX, getUsage().replaceAll("\\{label\\}", "plot"));
return false;
}
if (url == null) {