From 6c0e23f86bf271b9467ac0432a2a3a1e9120f431 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 19 Sep 2022 20:34:12 -0400 Subject: [PATCH] setup.py,doc/*: shorten the programs description by a few characters. --- doc/README | 2 +- doc/man1/djbdns-logparse.1 | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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+' ) -- 2.43.2