mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-18 07:07:37 +01:00
Update usage string for /lp import
This commit is contained in:
parent
4027129052
commit
84e7fd4d09
@ -92,7 +92,7 @@ public enum CommandSpec {
|
|||||||
IMPORT("Imports data from a (previously created) export file", "/%s import <file>",
|
IMPORT("Imports data from a (previously created) export file", "/%s import <file>",
|
||||||
Argument.list(
|
Argument.list(
|
||||||
Argument.create("file", true, "the file to import from"),
|
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>",
|
EXPORT("Exports all permissions data to an 'export' file. Can be re-imported at a later time.", "/%s export <file>",
|
||||||
|
Loading…
Reference in New Issue
Block a user