diff options
author | Mark Wielaard <mark@klomp.org> | 2019-07-21 19:58:59 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-07-21 20:10:38 +0200 |
commit | cb18332a8267bfc671cbfbaba35f89cb3fb676f8 (patch) | |
tree | ef236322e80498c6c3b128e8f36422484ca119e9 /manual.xml | |
parent | 8d9410ce881e43ec8ea82ec7a3b0541c0ffbc3dd (diff) | |
download | bzip2-cb18332a8267bfc671cbfbaba35f89cb3fb676f8.tar.gz bzip2-cb18332a8267bfc671cbfbaba35f89cb3fb676f8.tar.bz2 bzip2-cb18332a8267bfc671cbfbaba35f89cb3fb676f8.zip |
Mention the --help command line option in the documentation.
Bug-Debian: https://bugs.debian.org/517257
Diffstat (limited to 'manual.xml')
-rw-r--r-- | manual.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -160,12 +160,21 @@ else.</para> | |||
160 | <listitem><para><computeroutput>bzip2</computeroutput> [ | 160 | <listitem><para><computeroutput>bzip2</computeroutput> [ |
161 | -cdfkqstvzVL123456789 ] [ filenames ... ]</para></listitem> | 161 | -cdfkqstvzVL123456789 ] [ filenames ... ]</para></listitem> |
162 | 162 | ||
163 | <listitem><para><computeroutput>bzip2</computeroutput> [ | ||
164 | -h | --help ]</para></listitem> | ||
165 | |||
163 | <listitem><para><computeroutput>bunzip2</computeroutput> [ | 166 | <listitem><para><computeroutput>bunzip2</computeroutput> [ |
164 | -fkvsVL ] [ filenames ... ]</para></listitem> | 167 | -fkvsVL ] [ filenames ... ]</para></listitem> |
165 | 168 | ||
169 | <listitem><para><computeroutput>bunzip2</computeroutput> [ | ||
170 | -h | --help ]</para></listitem> | ||
171 | |||
166 | <listitem><para><computeroutput>bzcat</computeroutput> [ -s ] [ | 172 | <listitem><para><computeroutput>bzcat</computeroutput> [ -s ] [ |
167 | filenames ... ]</para></listitem> | 173 | filenames ... ]</para></listitem> |
168 | 174 | ||
175 | <listitem><para><computeroutput>bzcat</computeroutput> [ | ||
176 | -h | --help ]</para></listitem> | ||
177 | |||
169 | <listitem><para><computeroutput>bzip2recover</computeroutput> | 178 | <listitem><para><computeroutput>bzip2recover</computeroutput> |
170 | filename</para></listitem> | 179 | filename</para></listitem> |
171 | 180 | ||
@@ -397,6 +406,10 @@ consistency error (eg, bug) which caused | |||
397 | will not be suppressed.</para></listitem> | 406 | will not be suppressed.</para></listitem> |
398 | </varlistentry> | 407 | </varlistentry> |
399 | 408 | ||
409 | <varlistentry><term><computeroutput>-h --help</computeroutput></term> | ||
410 | <listitem><para>Print a help message and exit.</para></listitem> | ||
411 | </varlistentry> | ||
412 | |||
400 | <varlistentry> | 413 | <varlistentry> |
401 | <term><computeroutput>-v --verbose</computeroutput></term> | 414 | <term><computeroutput>-v --verbose</computeroutput></term> |
402 | <listitem><para>Verbose mode -- show the compression ratio for | 415 | <listitem><para>Verbose mode -- show the compression ratio for |