diff --git a/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java b/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java index 686ba437e..4abd96bc6 100644 --- a/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java @@ -272,7 +272,7 @@ public class GenerationCommands { @Command( aliases = { "/pyramid" }, - usage = " ", + usage = " ", desc = "Generate a filled pyramid", min = 2, max = 2 @@ -295,7 +295,7 @@ public class GenerationCommands { @Command( aliases = { "/hpyramid" }, - usage = " ", + usage = " ", desc = "Generate a hollow pyramid", min = 2, max = 2