From 2b4e05f9cb9b5c64e822a978cdefb9234ffe59fe Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 11 Jul 2004 20:17:53 +0000 Subject: fix syntax of help message --- extensions/libipt_nth.c | 6 +++--- extensions/libipt_random.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/libipt_nth.c b/extensions/libipt_nth.c index ab8f97d..764c9b9 100644 --- a/extensions/libipt_nth.c +++ b/extensions/libipt_nth.c @@ -30,10 +30,10 @@ help(void) printf( "nth v%s options:\n" " --every Nth Match every Nth packet\n" -" [--counter] num Use counter 0-%u (default:0)\n" -" [--start] num Initialize the counter at the number 'num'\n" +" [--counter num ] Use counter 0-%u (default:0)\n" +" [--start num ] Initialize the counter at the number 'num'\n" " instead of 0. Must be between 0 and Nth-1\n" -" [--packet] num Match on 'num' packet. Must be between 0\n" +" [--packet num ] Match on 'num' packet. Must be between 0\n" " and Nth-1.\n\n" " If --packet is used for a counter than\n" " there must be Nth number of --packet\n" diff --git a/extensions/libipt_random.c b/extensions/libipt_random.c index 97f09a4..273501a 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); -- cgit v1.2.3