diff --git a/src/WorldEditListener.java b/src/WorldEditListener.java index 8d33e065a..c4bd6499d 100644 --- a/src/WorldEditListener.java +++ b/src/WorldEditListener.java @@ -181,9 +181,9 @@ public class WorldEditListener extends PluginListener { commands.put("/chunkinfo", "Get the filename of the chunk that you are in"); commands.put("/listchunks", "Print a list of used chunks"); commands.put("/delchunks", "Generate a shell script to delete chunks"); - commands.put("/listsnapshots ", "List the 5 newest snapshots"); + commands.put("/listsnapshots", " - List the 5 newest snapshots"); commands.put("//use", "[SnapshotID] - Use a particular snapshot"); - commands.put("//restore ", "Restore a particular snapshot"); + commands.put("//restore", " - Restore a particular snapshot"); } /**