From a763b9c316a2b9add0de247a456a71ca495310f8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 23 Dec 2018 16:16:21 +0000 Subject: [Minor] Remove too long strings in Lua code --- lualib/lua_selectors.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lualib/lua_selectors.lua') 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()} }, -- cgit v1.2.3