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"
{
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);