From: Michael Orlitzky Date: Tue, 20 Sep 2022 00:34:12 +0000 (-0400) Subject: setup.py,doc/*: shorten the programs description by a few characters. X-Git-Tag: 0.0.1~19 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=6c0e23f86bf271b9467ac0432a2a3a1e9120f431;hp=1351de7cf50709c787e111e2c635d46f714858f0;p=djbdns-logparse.git setup.py,doc/*: shorten the programs description by a few characters. --- diff --git a/doc/README b/doc/README index c9a7f4a..54e77e2 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -djbdns-logparse: convert tinydns and dnscache logs to human-readable form +djbdns-logparse: make tinydns and dnscache logs human-readable == What is it? == diff --git a/doc/man1/djbdns-logparse.1 b/doc/man1/djbdns-logparse.1 index 942d8ab..b501cd1 100644 --- a/doc/man1/djbdns-logparse.1 +++ b/doc/man1/djbdns-logparse.1 @@ -1,7 +1,7 @@ .TH djbdns-logparse 1 .SH NAME -djbdns-logparse \- Convert tinydns and dnscache logs to human-readable form +djbdns-logparse \- make tinydns and dnscache logs human-readable .SH SYNOPSIS .SY djbdns-logparse .OP LOGFILE ... diff --git a/setup.py b/setup.py index f3f664d..1a50178 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( scripts = ['bin/djbdns-logparse'], packages = ['djbdns'], package_dir = {'djbdns': 'djbdns'}, - description = 'Convert tinydns and dnscache logs to human-readable form', + description = 'Make tinydns and dnscache logs human-readable', test_suite = 'test.build_suite', license = 'AGPLv3+' )