Updated readme.
This commit is contained in:
parent
1699408696
commit
37bbe4c72f
|
@ -1,12 +1,8 @@
|
||||||
Patool
|
Patool
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Patool is a portable command line archive file manager.
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
|
|
||||||
Various archive types can be created, extracted, tested and
|
Various archive types can be created, extracted, tested and
|
||||||
listed by patool. The advantage of patool is its simplicity in
|
listed with patool. The advantage of patool is its simplicity in
|
||||||
handling archive files without having to remember a myriad of
|
handling archive files without having to remember a myriad of
|
||||||
programs and options.
|
programs and options.
|
||||||
|
|
||||||
|
@ -27,6 +23,7 @@ GZIP (.gz) are supported natively and do not require helper
|
||||||
applications to be installed.
|
applications to be installed.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
---------
|
||||||
```
|
```
|
||||||
patool extract archive.zip otherarchive.rar
|
patool extract archive.zip otherarchive.rar
|
||||||
patool test --verbose dist.tar.gz
|
patool test --verbose dist.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue