From a0566037b4000ddaa20b09dea15ff603e2cf29ea Mon Sep 17 00:00:00 2001 From: Pavel Samokha Date: Fri, 13 May 2016 17:14:44 +0300 Subject: [PATCH] iptables module - icmp-type better doc style --- system/iptables.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/iptables.py b/system/iptables.py index 4373a7a5e21..f2298570965 100644 --- a/system/iptables.py +++ b/system/iptables.py @@ -269,7 +269,9 @@ options: icmp_type: version_added: "2.2" description: - - "This allows specification of the ICMP type, which can be a numeric ICMP type, type/code pair, or one of the ICMP type names shown by the command 'iptables -p icmp -h'" + - "This allows specification of the ICMP type, which can be a numeric ICMP type, + type/code pair, or one of the ICMP type names shown by the command + 'iptables -p icmp -h'" required: false '''