X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Ffprobe-ulog.c;fp=src%2Ffprobe-ulog.c;h=65529aeb859e145084d9f46042669950cbc242a4;hb=2f9367414beeb9d2a89a9016301621a279475f91;hp=41a002c360ceb82d949ee988a327e37df7a97c31;hpb=71860e4ef1daf17655d09770a9305a2a291a86b7;p=iptables.git diff --git a/src/fprobe-ulog.c b/src/fprobe-ulog.c index 41a002c..65529ae 100644 --- a/src/fprobe-ulog.c +++ b/src/fprobe-ulog.c @@ -249,10 +249,10 @@ void usage() "-u \tUser to run as\n" "-v \tMaximum log level (0=EMERG, ..., 6=INFO, 7=DEBUG) [6]\n" "-l <[dst][:id]>\tLog destination and log/pidfile idetifier [1]\n" - "-y \tAddress of the NetFlow collector\n", + "-y \tAddress of the NetFlow collector\n" "-f \tFile to write data into\n" "-T \tRotate log file every n epochs\n" - "-E <[1..60]>\tSize of an epoch in minutes\n" + "-E <[1..60]>\tSize of an epoch in minutes\n", VERSION, BULK_QUANTITY_MAX, bulk_quantity, sched_min, sched_max); exit(0); }