diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java index ea87f1c8c..ee620e1c1 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java @@ -8,7 +8,7 @@ import com.github.intellectualsites.plotsquared.plot.object.PlotPlayer; import com.github.intellectualsites.plotsquared.plot.util.*; @CommandDeclaration(command = "unlink", aliases = {"u", "unmerge"}, - description = "Unlink a mega-plot", usage = "/plot unlink", requiredType = RequiredType.NONE, + description = "Unlink a mega-plot", usage = "/plot unlink [createroads]", requiredType = RequiredType.NONE, category = CommandCategory.SETTINGS, confirmation = true) public class Unlink extends SubCommand {