From 4915b611bbf2cec6655fd58e911e9aa29ad3247e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 12 Mar 2010 12:54:40 +0100 Subject: [PATCH] Adjust short program description. --- doc/patool.1 | 2 +- doc/patool.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/patool.1 b/doc/patool.1 index 9dbd2bc..4460356 100644 --- a/doc/patool.1 +++ b/doc/patool.1 @@ -13,7 +13,7 @@ .\" .TH PATOOL "1" "February 2010" "patool" .SH NAME -patool - simple manager for file archives of various types +patool - portable command line archive file manager .SH SYNOPSIS \fBpatool\fP (\fBextract\fP|\fBlist\fP|\fBtest\fP) [\fIoptions\fP] <\fIarchive-file\fP>... \fBpatool\fP \fBcreate\fP [\fIoptions\fP] <\fIarchive-file\fP> [\fIfiles\fP...] diff --git a/doc/patool.txt b/doc/patool.txt index b30f289..8fdb550 100644 --- a/doc/patool.txt +++ b/doc/patool.txt @@ -3,7 +3,7 @@ PATOOL(1) PATOOL(1) NAME - patool - simple manager for file archives of various types + patool - portable command line archive file manager SYNOPSIS patool (extract|list|test) [options] ... diff --git a/setup.py b/setup.py index 6b543f9..fb23671 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ else: setup ( name = AppName, version = AppVersion, - description = "simple manager for file archives of various types", + description = "portable command line manager archive file manager", long_description = """Various archive types can be created, extracted, tested and listed by patool. The advantage of patool is its simplicity in handling archive files without having to remember a myriad of programs and options.