]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix syntax of help message
authorHarald Welte <laforge@gnumonks.org>
Sun, 11 Jul 2004 20:17:53 +0000 (20:17 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sun, 11 Jul 2004 20:17:53 +0000 (20:17 +0000)
extensions/libipt_nth.c
extensions/libipt_random.c

index ab8f97d64de2ee86e365a96d6c648a2c7345aa8b..764c9b9791c6ef24b04bbfad3116004fda7635ee 100644 (file)
@@ -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"
index 97f09a42b26f2110d29e66f05dad9c4be00a0c58..273501ae11fc6a4ded50276952eebbd8e65bbda0 100644 (file)
@@ -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);