aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lpm.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index c52b595..956a9f5 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -2069,8 +2069,8 @@ xpcall(function()
symlink = "flag", reinstall = "flag", ["no-color"] = "flag", config = "string", table = "string", header = "string",
repository = "string", ephemeral = "flag", mask = "array", raw = "string",
-- filtration flags
- author = "string", tag = "string", stub = "string", dependency = "string", status = "array",
- type = "string", name = "string"
+ author = "array", tag = "array", stub = "array", dependency = "array", status = "array",
+ type = "array", name = "array"
})
if ARGS["version"] then
io.stdout:write(VERSION .. "\n")