Skip to content

Commit

Permalink
bugfixes in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaraorsini committed Oct 27, 2015
1 parent 2b1cea5 commit 0e82b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bgpcorsaro/tools/bgpcorsaro.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static void usage()
}

fprintf(stderr,
"usage: bgpcorsaro -w <start>[,<end>] -O outfile -B back-end [<options>]\n"
"usage: bgpcorsaro -w <start>[,<end>] -O outfile [<options>]\n"
"Available options are:\n"
" -d <interface> use the given bgpstream data interface to find available data\n"
" available data interfaces are:\n");
Expand All @@ -197,8 +197,8 @@ static void usage()
" -g <gap-limit> 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 <plugin> enable the given plugin (default: all)*\n"
" available plugins:\n");
Expand Down

0 comments on commit 0e82b93

Please sign in to comment.