parent
fc5f7ae1cc
commit
a283f7a89a
|
@ -128,6 +128,12 @@ command.
|
||||||
For example:
|
For example:
|
||||||
\fBpatool \-\-help\fP - display help for patool
|
\fBpatool \-\-help\fP - display help for patool
|
||||||
\fBpatool extract \-\-help\fP - display help for the extract command
|
\fBpatool extract \-\-help\fP - display help for the extract command
|
||||||
|
.SH SHELL ALIASES
|
||||||
|
Aliases save some typing:
|
||||||
|
\fBalias pl='patool list'\fP
|
||||||
|
\fBalias px='patool extract'\fP
|
||||||
|
\fBalias pc='patool create'\fP
|
||||||
|
\fBalias pd='patool diff'\fP
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Bastian Kleineidam <bastian.kleineidam@web.de>
|
Bastian Kleineidam <bastian.kleineidam@web.de>
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
|
@ -134,6 +134,13 @@ HELP OPTION
|
||||||
patool --help - display help for patool
|
patool --help - display help for patool
|
||||||
patool extract --help - display help for the extract command
|
patool extract --help - display help for the extract command
|
||||||
|
|
||||||
|
SHELL ALIASES
|
||||||
|
Aliases save some typing:
|
||||||
|
alias pl='patool list'
|
||||||
|
alias px='patool extract'
|
||||||
|
alias pc='patool create'
|
||||||
|
alias pd='patool diff'
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
Bastian Kleineidam <bastian.kleineidam@web.de>
|
Bastian Kleineidam <bastian.kleineidam@web.de>
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,8 @@ The easy way with pip:
|
||||||
pip install patool
|
pip install patool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For Python 2.x you'll need at least Python 2.7, for Python 3.x at least Python 3.3.
|
||||||
|
|
||||||
If you install from source read the
|
If you install from source read the
|
||||||
[installation instructions](https://github.com/wummel/patool/blob/master/doc/install.txt).
|
[installation instructions](https://github.com/wummel/patool/blob/master/doc/install.txt).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue