summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2020-04-21 02:45:10 -0700
committerPablo Neira Ayuso <pablo@netfilter.org>2020-04-28 02:08:24 +0200
commitb48cc6328f22137bec4cb7aee8fb5d2b5ce9a947 (patch)
treead82d0c18ddb2a83df1e8d4e84993b8a72ab86a8 /extensions
parent18304819573a53e05e2385e5462afbd9c50ee5f3 (diff)
libxt_IDLETIMER: fix target v1 help alignment and doc
Signed-off-by: Maciej Żenczykowski <maze@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_IDLETIMER.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_IDLETIMER.c b/extensions/libxt_IDLETIMER.c
index 68b223f4..216b6257 100644
--- a/extensions/libxt_IDLETIMER.c
+++ b/extensions/libxt_IDLETIMER.c
@@ -66,7 +66,7 @@ static void idletimer_tg_help_v1(void)
"IDLETIMER target options:\n"
" --timeout time Timeout until the notification is sent (in seconds)\n"
" --label string Unique rule identifier\n"
-" --alarm none Use alarm instead of default timer\n"
+" --alarm Use alarm instead of default timer\n"
"\n");
}