summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ttl.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-21 12:11:15 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-21 12:34:42 +0200
commitc96e524e98de81b333d772aa9a4f9b93275525dd (patch)
tree4bc5a997ea3f061638542bceb890a2a37f0dc416 /extensions/libipt_ttl.c
parent0859fdf5d0ae24c88e64246164c4959ad3b0d098 (diff)
libipt_ttl: document that negation is available
Glitch since commit v1.2.1~75. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libipt_ttl.c')
-rw-r--r--extensions/libipt_ttl.c2
1 files changed, 1 insertions, 1 deletions
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");
}