From c96e524e98de81b333d772aa9a4f9b93275525dd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 21 Aug 2011 12:11:15 +0200 Subject: libipt_ttl: document that negation is available Glitch since commit v1.2.1~75. Signed-off-by: Jan Engelhardt --- extensions/libipt_ttl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libipt_ttl.c') diff --git a/extensions/libipt_ttl.c b/extensions/libipt_ttl.c index 6370cb67..5fe08ccd 100644 --- a/extensions/libipt_ttl.c +++ b/extensions/libipt_ttl.c @@ -20,7 +20,7 @@ static void ttl_help(void) { printf( "ttl match options:\n" -" --ttl-eq value Match time to live value\n" +"[!] --ttl-eq value Match time to live value\n" " --ttl-lt value Match TTL < value\n" " --ttl-gt value Match TTL > value\n"); } -- cgit v1.2.3