diff options
Diffstat (limited to 'extensions/libipt_random.c')
-rw-r--r-- | extensions/libipt_random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_random.c b/extensions/libipt_random.c index 97f09a42..273501ae 100644 --- a/extensions/libipt_random.c +++ b/extensions/libipt_random.c @@ -35,7 +35,7 @@ help(void) { printf( "random v%s options:\n" -" [--average] percent The probability in percentage of the match\n" +" [--average percent ] The probability in percentage of the match\n" " If ommited, a probability of 50%% percent is set.\n" " Percentage must be within : 1 <= percent <= 99.\n\n", IPTABLES_VERSION); |