Improved alias documentation.

[ci skip]
This commit is contained in:
Bastian Kleineidam 2013-09-02 22:17:36 +02:00
parent 45a0d93dec
commit 1c0e1a5ca2
2 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details. .\" GNU General Public License for more details.
.\" .\"
.TH PATOOL "1" "February 2013" "patool" .TH PATOOL "1" "July 2013" "patool"
.SH NAME .SH NAME
patool - portable archive file manager patool - portable archive file manager
.SH SYNOPSIS .SH SYNOPSIS
@ -129,7 +129,7 @@ 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 .SH SHELL ALIASES
Aliases save some typing: When running under a Unix shell the following aliases can be defined to save some typing:
\fBalias pl='patool list'\fP \fBalias pl='patool list'\fP
\fBalias px='patool extract'\fP \fBalias px='patool extract'\fP
\fBalias pc='patool create'\fP \fBalias pc='patool create'\fP

View File

@ -135,7 +135,8 @@ HELP OPTION
patool extract --help - display help for the extract command patool extract --help - display help for the extract command
SHELL ALIASES SHELL ALIASES
Aliases save some typing: When running under a Unix shell the following aliases can be
defined to save some typing:
alias pl='patool list' alias pl='patool list'
alias px='patool extract' alias px='patool extract'
alias pc='patool create' alias pc='patool create'
@ -149,4 +150,4 @@ COPYRIGHT
patool February 2013 PATOOL(1) patool July 2013 PATOOL(1)