diff --git a/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java b/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java index 69dee3007..27138e7ae 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java @@ -92,7 +92,7 @@ public enum CommandSpec { IMPORT("Imports data from a (previously created) export file", "/%s import ", Argument.list( Argument.create("file", true, "the file to import from"), - Argument.create("--merge", false, "merge import into existing data") + Argument.create("--replace", false, "replace existing data instead of merging") ) ), EXPORT("Exports all permissions data to an 'export' file. Can be re-imported at a later time.", "/%s export ",