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 .SS \fB[\fP\fI<archive format>\fP\fB]\fP
Supported archive formats are listed by the \fBformats\fP command. Supported archive formats are listed by the \fBformats\fP command.
.TP .TP
\fImode\fP\fB=/usr/bin/mycommand\fP \fIcommand\fP\fB=/usr/bin/mycommand\fP
Set the application to handle the archive format for given mode. Set the application to handle the archive format for given command.
<<<<<<< HEAD \fIcommand\fP can be one of (\fBextract\fP, \fBlist\fP, \fBtest\fP, \fBcreate\fP).
\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
.SH FILES .SH FILES
\fB/etc/patool.conf\fP, \fB~/.patool.conf\fP - \fB/etc/patool.conf\fP, \fB~/.patool.conf\fP -
configuration files configuration files

View File

@ -41,6 +41,17 @@ COMMANDS
--help Show help for this command. --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
Test files in an archive. Test files in an archive.
@ -71,8 +82,8 @@ CONFIGURATION
[<archive format>] [<archive format>]
Supported archive formats are listed by the formats command. Supported archive formats are listed by the formats command.
mode=/usr/bin/mycommand command=/usr/bin/mycommand
Set the application to handle the archive format for given mode. mode can be one of extract, list, test. Set the application to handle the archive format for given command. command can be one of (extract, list, test, create).
FILES FILES
/etc/patool.conf, ~/.patool.conf - configuration files /etc/patool.conf, ~/.patool.conf - configuration files