From 59ccf53b9414d998afd6169cb2d6ba0f3c249081 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Fri, 23 Jul 2010 12:54:05 +0200 Subject: extensions: REDIRECT: add random help Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- extensions/libipt_REDIRECT.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/libipt_REDIRECT.c b/extensions/libipt_REDIRECT.c index 3dfcadfc..324d0ebf 100644 --- a/extensions/libipt_REDIRECT.c +++ b/extensions/libipt_REDIRECT.c @@ -17,7 +17,8 @@ static void REDIRECT_help(void) printf( "REDIRECT target options:\n" " --to-ports [-]\n" -" Port (range) to map to.\n"); +" Port (range) to map to.\n" +" [--random]\n"); } static const struct option REDIRECT_opts[] = { -- cgit v1.2.3