logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 32f128189eabc82190813cb3e45221ae85e0ef42
parent 048e0bbdafbce6cf1dc8e1822645daca6c47c4c7
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue,  7 Feb 2017 11:08:00 +0100

Formatting fixes

Diffstat:
Msrc/logswan.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/logswan.c b/src/logswan.c @@ -78,8 +78,8 @@ char *intputFile; void displayUsage() { - printf("USAGE : logswan [options] inputfile\n\n" \ - "Options are :\n\n" \ + printf("USAGE: logswan [options] inputfile\n\n" \ + "Options are:\n\n" \ " -g Enable GeoIP lookups\n" \ " -h Display usage\n" \ " -v Display version\n\n");