aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_selectors.lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-23 16:16:21 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-23 16:16:21 +0000
commita763b9c316a2b9add0de247a456a71ca495310f8 (patch)
treeb88953d344eec4cf52bf20cbb32d47d27764cd03 /lualib/lua_selectors.lua
parent51b39f712d38cb69ede71d62e84c9079234cdb70 (diff)
downloadrspamd-a763b9c316a2b9add0de247a456a71ca495310f8.tar.gz
rspamd-a763b9c316a2b9add0de247a456a71ca495310f8.zip
[Minor] Remove too long strings in Lua code
Diffstat (limited to 'lualib/lua_selectors.lua')
-rw-r--r--lualib/lua_selectors.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lualib/lua_selectors.lua b/lualib/lua_selectors.lua
index 760a15e8c..0a02edca9 100644
--- a/lualib/lua_selectors.lua
+++ b/lualib/lua_selectors.lua
@@ -583,7 +583,8 @@ Empty string comes the first argument or 'true', non-empty string comes nil]],
return ip:apply_mask(mask):to_string(),'string'
end
end,
- ['description'] = 'Applies mask to IP address. The first argument is the mask for IPv4 addresses, the second is the mask for IPv6 addresses.',
+ ['description'] = 'Applies mask to IP address.' ..
+ ' The first argument is the mask for IPv4 addresses, the second is the mask for IPv6 addresses.',
['args_schema'] = {(ts.number + ts.string / tonumber),
(ts.number + ts.string / tonumber):is_optional()}
},