Fix typo in the description of /lp export (#1229)
This commit is contained in:
committed by
Luck
Unverified
parent
1cf90692cf
commit
1445a3faec
@@ -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")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user