1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-02 10:52:37 +02:00

Update usage string for /lp import

This commit is contained in:
Luck
2020-09-07 16:55:08 +01:00
parent 4027129052
commit 84e7fd4d09

View File

@@ -92,7 +92,7 @@ public enum CommandSpec {
IMPORT("Imports data from a (previously created) export file", "/%s import <file>",
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 <file>",