mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Fix typo in the description of /lp export (#1229)
This commit is contained in:
parent
1cf90692cf
commit
1445a3faec
@ -92,7 +92,7 @@ public enum CommandSpec {
|
|||||||
Argument.create("file", true, "the file to import from")
|
Argument.create("file", true, "the file to import from")
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
EXPORT("Exports all permissions data to an 'export' file. Be 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>",
|
||||||
Argument.list(
|
Argument.list(
|
||||||
Argument.create("file", true, "the file to export to")
|
Argument.create("file", true, "the file to export to")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user