Fix typo in the description of /lp export (#1229)

This commit is contained in:
Imortalshard 2018-09-23 19:58:48 +09:30 committed by Luck
parent 1cf90692cf
commit 1445a3faec

View File

@ -92,7 +92,7 @@ public enum CommandSpec {
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.create("file", true, "the file to export to")
)