Update usage string for /lp import

This commit is contained in:
Luck 2020-09-07 16:55:08 +01:00
parent 4027129052
commit 84e7fd4d09
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

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>",