mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
Update zapret-tpws.lua
change error message
This commit is contained in:
parent
bbb337e5d5
commit
7c7d66d4ef
@ -11,7 +11,7 @@ function opt.validate(self, value)
|
||||
-- Check each word
|
||||
for _, word in ipairs(words) do
|
||||
if not word:sub(1, 2) == "--" then
|
||||
return nil, translate("Error: Not all words start with double minuses.")
|
||||
return nil, translate("Error: Not all options start with double dash.")
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user