From b9cd4d33f6d8f882981477bd352d4702ca28dc0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Tue, 17 Jul 2012 10:00:12 +0200 Subject: [PATCH] Fix column alignment in usage message --- usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage.c b/usage.c index 084f712..2d0763d 100644 --- a/usage.c +++ b/usage.c @@ -30,7 +30,7 @@ void usage(const char *prog) { printf(_("Usage: %s [options...]\n"), prog); - puts (_(" -a NAME|IP Create report for host name or IP address")); + puts (_(" -a NAME|IP Create report for host name or IP address")); //puts (_(" -b Useragent log")); puts (_(" -c FILE Exclude connected hosts from the report")); puts (_(" --convert Convert the access.log file to a legible date")); -- 2.47.2