Fixed old conflict patool.1 man page

This commit is contained in:
Bastian Kleineidam 2010-02-21 19:04:13 +01:00
parent f952c4d9bf
commit bb2f527d45
2 changed files with 16 additions and 9 deletions

View File

@ -100,13 +100,9 @@ Set the verbose option to 1 or 0.
.SS \fB[\fP\fI<archive format>\fP\fB]\fP
Supported archive formats are listed by the \fBformats\fP command.
.TP
\fImode\fP\fB=/usr/bin/mycommand\fP
Set the application to handle the archive format for given mode.
<<<<<<< HEAD
\fImode\fP can be one of (\fBextract\fP, \fBlist\fP, \fBcreate\fP).
=======
\fImode\fP can be one of \fBextract\fP, \fBlist\fP, \fBtest\fP.
>>>>>>> master
\fIcommand\fP\fB=/usr/bin/mycommand\fP
Set the application to handle the archive format for given command.
\fIcommand\fP can be one of (\fBextract\fP, \fBlist\fP, \fBtest\fP, \fBcreate\fP).
.SH FILES
\fB/etc/patool.conf\fP, \fB~/.patool.conf\fP -
configuration files

View File

@ -41,6 +41,17 @@ COMMANDS
--help Show help for this command.
create
Create an archive from given files.
--force
Allow overwriting of local archives.
--verbose
Verbose operation (if the helper application supports it).
--help Show help for this command.
test
Test files in an archive.
@ -71,8 +82,8 @@ CONFIGURATION
[<archive format>]
Supported archive formats are listed by the formats command.
mode=/usr/bin/mycommand
Set the application to handle the archive format for given mode. mode can be one of extract, list, test.
command=/usr/bin/mycommand
Set the application to handle the archive format for given command. command can be one of (extract, list, test, create).
FILES
/etc/patool.conf, ~/.patool.conf - configuration files