Adjust short program description.
This commit is contained in:
parent
e85406355e
commit
4915b611bb
|
@ -13,7 +13,7 @@
|
||||||
.\"
|
.\"
|
||||||
.TH PATOOL "1" "February 2010" "patool"
|
.TH PATOOL "1" "February 2010" "patool"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
patool - simple manager for file archives of various types
|
patool - portable command line archive file manager
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBpatool\fP (\fBextract\fP|\fBlist\fP|\fBtest\fP) [\fIoptions\fP] <\fIarchive-file\fP>...
|
\fBpatool\fP (\fBextract\fP|\fBlist\fP|\fBtest\fP) [\fIoptions\fP] <\fIarchive-file\fP>...
|
||||||
\fBpatool\fP \fBcreate\fP [\fIoptions\fP] <\fIarchive-file\fP> [\fIfiles\fP...]
|
\fBpatool\fP \fBcreate\fP [\fIoptions\fP] <\fIarchive-file\fP> [\fIfiles\fP...]
|
||||||
|
|
|
@ -3,7 +3,7 @@ PATOOL(1) PATOOL(1)
|
||||||
|
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
patool - simple manager for file archives of various types
|
patool - portable command line archive file manager
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
patool (extract|list|test) [options] <archive-file>...
|
patool (extract|list|test) [options] <archive-file>...
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ else:
|
||||||
setup (
|
setup (
|
||||||
name = AppName,
|
name = AppName,
|
||||||
version = AppVersion,
|
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
|
long_description = """Various archive types can be created, extracted, tested and listed by
|
||||||
patool. The advantage of patool is its simplicity in handling archive
|
patool. The advantage of patool is its simplicity in handling archive
|
||||||
files without having to remember a myriad of programs and options.
|
files without having to remember a myriad of programs and options.
|
||||||
|
|
Loading…
Reference in New Issue