From: sapanb Date: Tue, 6 Nov 2007 21:38:31 +0000 (+0000) Subject: Usage X-Git-Tag: fprobe-ulog-1.1.3-3~62 X-Git-Url: http://git.onelab.eu/?p=fprobe-ulog.git;a=commitdiff_plain;h=ccfbccbb5a9c70d08416cd59351cd7e39374bd03 Usage git-svn-id: http://svn.planet-lab.org/svn/fprobe-ulog/trunk@5665 8c455092-636d-4788-adf5-e71def0336e8 --- 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); }