From: Jozsef Kadlecsik Date: Thu, 12 May 2011 15:12:54 +0000 (+0200) Subject: Update ipset help text to reflect SCTP and UDPLITE support X-Git-Tag: v6.5~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da2f1228b4919a6318c7ee7ea18b708365737956;p=ipset Update ipset help text to reflect SCTP and UDPLITE support --- diff --git a/src/ui.c b/src/ui.c index 020a1fe..c603c53 100644 --- a/src/ui.c +++ b/src/ui.c @@ -269,9 +269,9 @@ ipset_port_usage(void) const char *name; printf(" [PROTO:]PORT is a valid pattern of the following:\n" - " PORTNAME port name from /etc/services\n" - " PORTNUMBER port number identifier\n" - " tcp|udp:PORTNAME|PORTNUMBER\n" + " PORTNAME TCP port name from /etc/services\n" + " PORTNUMBER TCP port number identifier\n" + " tcp|sctp|udp|udplite:PORTNAME|PORTNUMBER\n" " icmp:CODENAME supported ICMP codename\n" " icmp:TYPE/CODE ICMP type/code value\n" " icmpv6:CODENAME supported ICMPv6 codename\n"