commit 183c9914af2f5709675299ca783f2867591fe020 parent 6b9ba6bb97a0b135e56c19c1977387914c8c5906 Author: Frederic Cambus <fred@statdns.com> Date: Mon, 15 Feb 2021 12:41:47 +0100 Add missing periods when displaying options in usage(). Diffstat:
M | src/logswan.c | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/logswan.c b/src/logswan.c @@ -46,10 +46,10 @@ usage() { printf("logswan [-ghv] [-d db] logfile\n\n" \ "The options are as follows:\n\n" \ - " -d db Specify path to a GeoIP database\n" \ - " -g Enable GeoIP lookups\n" \ - " -h Display usage\n" \ - " -v Display version\n"); + " -d db Specify path to a GeoIP database.\n" \ + " -g Enable GeoIP lookups.\n" \ + " -h Display usage.\n" \ + " -v Display version.\n"); } int