Adjust short program description.
This commit is contained in:
parent
e85406355e
commit
4915b611bb
|
@ -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...]
|
||||
|
|
|
@ -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>...
|
||||
|
|
2
setup.py
2
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.
|
||||
|
|
Loading…
Reference in New Issue