Merge pull request #62 from yarikoptic/bf-man
BF(DOC): escape - in the manpage examples
This commit is contained in:
commit
a79e2646ee
|
@ -41,9 +41,9 @@ are supported natively and do not require helper applications to be
|
|||
installed.
|
||||
.SH EXAMPLES
|
||||
\fBpatool extract archive.zip otherarchive.rar\fP
|
||||
\fBpatool --verbose test dist.tar.gz\fP
|
||||
\fBpatool \-\-verbose test dist.tar.gz\fP
|
||||
\fBpatool list package.deb\fP
|
||||
\fPpatool --verbose create myfiles.zip file1.txt dir/\fP
|
||||
\fPpatool \-\-verbose create myfiles.zip file1.txt dir/\fP
|
||||
\fBpatool diff release1.0.tar.xz release2.0.zip\fP
|
||||
\fBpatool search "def urlopen" python-3.3.tar.gz\fP
|
||||
\fBpatool repack linux-2.6.33.tar.gz linux-2.6.33.tar.bz2\fP
|
||||
|
|
Loading…
Reference in New Issue