Fixed old conflict patool.1 man page
This commit is contained in:
parent
f952c4d9bf
commit
bb2f527d45
10
doc/patool.1
10
doc/patool.1
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue