From: Eric Dumazet Date: Fri, 23 Jul 2010 10:54:37 +0000 (+0200) Subject: extensions: REDIRECT: add random help X-Git-Tag: v1.4.9~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f5c1721c8b91f054719b488bc6833264bb876ed;p=thirdparty%2Fiptables.git extensions: REDIRECT: add random help Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- 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[] = {