Adjust short program description.

This commit is contained in:
Bastian Kleineidam 2010-03-12 12:54:40 +01:00
parent e85406355e
commit 4915b611bb
3 changed files with 3 additions and 3 deletions

View File

@ -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...]

View File

@ -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] <archive-file>...

View File

@ -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.