mirror of
git://sourceware.org/git/bzip2.git
synced 2024-11-23 11:43:28 +08:00
Mention the --help command line option in the documentation.
Bug-Debian: https://bugs.debian.org/517257
This commit is contained in:
parent
8d9410ce88
commit
cb18332a82
12
bzip2.1
12
bzip2.1
@ -13,6 +13,9 @@ bzip2recover \- recovers data from damaged bzip2 files
|
|||||||
[
|
[
|
||||||
.I "filenames \&..."
|
.I "filenames \&..."
|
||||||
]
|
]
|
||||||
|
.br
|
||||||
|
.B bzip2
|
||||||
|
.RB [ " \-h|\-\-help " ]
|
||||||
.ll -8
|
.ll -8
|
||||||
.br
|
.br
|
||||||
.B bunzip2
|
.B bunzip2
|
||||||
@ -21,12 +24,18 @@ bzip2recover \- recovers data from damaged bzip2 files
|
|||||||
.I "filenames \&..."
|
.I "filenames \&..."
|
||||||
]
|
]
|
||||||
.br
|
.br
|
||||||
|
.B bunzip2
|
||||||
|
.RB [ " \-h|\-\-help " ]
|
||||||
|
.br
|
||||||
.B bzcat
|
.B bzcat
|
||||||
.RB [ " \-s " ]
|
.RB [ " \-s " ]
|
||||||
[
|
[
|
||||||
.I "filenames \&..."
|
.I "filenames \&..."
|
||||||
]
|
]
|
||||||
.br
|
.br
|
||||||
|
.B bzcat
|
||||||
|
.RB [ " \-h|\-\-help " ]
|
||||||
|
.br
|
||||||
.B bzip2recover
|
.B bzip2recover
|
||||||
.I "filename"
|
.I "filename"
|
||||||
|
|
||||||
@ -238,6 +247,9 @@ Verbose mode -- show the compression ratio for each file processed.
|
|||||||
Further \-v's increase the verbosity level, spewing out lots of
|
Further \-v's increase the verbosity level, spewing out lots of
|
||||||
information which is primarily of interest for diagnostic purposes.
|
information which is primarily of interest for diagnostic purposes.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-h \-\-help
|
||||||
|
Print a help message and exit.
|
||||||
|
.TP
|
||||||
.B \-L --license -V --version
|
.B \-L --license -V --version
|
||||||
Display the software version, license terms and conditions.
|
Display the software version, license terms and conditions.
|
||||||
.TP
|
.TP
|
||||||
|
13
manual.xml
13
manual.xml
@ -160,12 +160,21 @@ else.</para>
|
|||||||
<listitem><para><computeroutput>bzip2</computeroutput> [
|
<listitem><para><computeroutput>bzip2</computeroutput> [
|
||||||
-cdfkqstvzVL123456789 ] [ filenames ... ]</para></listitem>
|
-cdfkqstvzVL123456789 ] [ filenames ... ]</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para><computeroutput>bzip2</computeroutput> [
|
||||||
|
-h | --help ]</para></listitem>
|
||||||
|
|
||||||
<listitem><para><computeroutput>bunzip2</computeroutput> [
|
<listitem><para><computeroutput>bunzip2</computeroutput> [
|
||||||
-fkvsVL ] [ filenames ... ]</para></listitem>
|
-fkvsVL ] [ filenames ... ]</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para><computeroutput>bunzip2</computeroutput> [
|
||||||
|
-h | --help ]</para></listitem>
|
||||||
|
|
||||||
<listitem><para><computeroutput>bzcat</computeroutput> [ -s ] [
|
<listitem><para><computeroutput>bzcat</computeroutput> [ -s ] [
|
||||||
filenames ... ]</para></listitem>
|
filenames ... ]</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para><computeroutput>bzcat</computeroutput> [
|
||||||
|
-h | --help ]</para></listitem>
|
||||||
|
|
||||||
<listitem><para><computeroutput>bzip2recover</computeroutput>
|
<listitem><para><computeroutput>bzip2recover</computeroutput>
|
||||||
filename</para></listitem>
|
filename</para></listitem>
|
||||||
|
|
||||||
@ -397,6 +406,10 @@ consistency error (eg, bug) which caused
|
|||||||
will not be suppressed.</para></listitem>
|
will not be suppressed.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry><term><computeroutput>-h --help</computeroutput></term>
|
||||||
|
<listitem><para>Print a help message and exit.</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><computeroutput>-v --verbose</computeroutput></term>
|
<term><computeroutput>-v --verbose</computeroutput></term>
|
||||||
<listitem><para>Verbose mode -- show the compression ratio for
|
<listitem><para>Verbose mode -- show the compression ratio for
|
||||||
|
Loading…
Reference in New Issue
Block a user