Updated description.
This commit is contained in:
parent
322066de32
commit
d717863df1
4
setup.py
4
setup.py
|
@ -310,7 +310,7 @@ fallback by the archive file extension.
|
||||||
|
|
||||||
patool supports 7z (.7z), ACE (.ace), ADF (.adf), ALZIP (.alz), APE (.ape),
|
patool supports 7z (.7z), ACE (.ace), ADF (.adf), ALZIP (.alz), APE (.ape),
|
||||||
AR (.a), ARC (.arc), ARJ (.arj), BZIP2 (.bz2),
|
AR (.a), ARC (.arc), ARJ (.arj), BZIP2 (.bz2),
|
||||||
CAB (.cab), compress (.Z), CPIO (.cpio),
|
CAB (.cab), COMPRESS (.Z), CPIO (.cpio),
|
||||||
DEB (.deb), DMS (.dms), FLAC (.flac), GZIP (.gz), ISO (.iso), LRZIP (.lrz),
|
DEB (.deb), DMS (.dms), FLAC (.flac), GZIP (.gz), ISO (.iso), LRZIP (.lrz),
|
||||||
LZH (.lha, .lzh), LZIP (.lz), LZMA (.lzma), LZOP (.lzo), RPM (.rpm),
|
LZH (.lha, .lzh), LZIP (.lz), LZMA (.lzma), LZOP (.lzo), RPM (.rpm),
|
||||||
RAR (.rar), RZIP (.rz), SHN (.shn), TAR (.tar), XZ (.xz), ZIP (.zip, .jar)
|
RAR (.rar), RZIP (.rz), SHN (.shn), TAR (.tar), XZ (.xz), ZIP (.zip, .jar)
|
||||||
|
@ -318,7 +318,7 @@ and ZOO (.zoo) formats.
|
||||||
It relies on helper applications to handle those archive formats
|
It relies on helper applications to handle those archive formats
|
||||||
(for example bzip2 for BZIP2 archives).
|
(for example bzip2 for BZIP2 archives).
|
||||||
|
|
||||||
The archive formats TAR (.tar), ZIP (.zip), BZIP2 (.bz2) and GZIP (.gz)
|
The archive formats TAR, ZIP, BZIP2 and GZIP
|
||||||
are supported natively and do not require helper applications to be
|
are supported natively and do not require helper applications to be
|
||||||
installed.
|
installed.
|
||||||
""",
|
""",
|
||||||
|
|
Loading…
Reference in New Issue