From 0e82b93ed4fdc1ed119a98101060fde6430c101a Mon Sep 17 00:00:00 2001 From: Chiara Orsini Date: Mon, 26 Oct 2015 22:40:39 -0700 Subject: [PATCH] bugfixes in usage --- bgpcorsaro/tools/bgpcorsaro.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bgpcorsaro/tools/bgpcorsaro.c b/bgpcorsaro/tools/bgpcorsaro.c index 9c90b5c..4a19e3e 100644 --- a/bgpcorsaro/tools/bgpcorsaro.c +++ b/bgpcorsaro/tools/bgpcorsaro.c @@ -172,7 +172,7 @@ static void usage() } fprintf(stderr, - "usage: bgpcorsaro -w [,] -O outfile -B back-end []\n" + "usage: bgpcorsaro -w [,] -O outfile []\n" "Available options are:\n" " -d use the given bgpstream data interface to find available data\n" " available data interfaces are:\n"); @@ -197,8 +197,8 @@ static void usage() " -g maximum allowed gap between packets (0 is no limit) (default: %d)\n" " -L disable logging to a file\n" "\n", - GAP_LIMIT_DEFAULT, - BGPCORSARO_INTERVAL_DEFAULT); + BGPCORSARO_INTERVAL_DEFAULT, + GAP_LIMIT_DEFAULT); fprintf(stderr, " -x enable the given plugin (default: all)*\n" " available plugins:\n");