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 | |
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
-rw-r--r-- | bzip2.1 | 12 | ||||
-rw-r--r-- | manual.xml | 13 |
2 files changed, 25 insertions, 0 deletions
@@ -13,6 +13,9 @@ bzip2recover \- recovers data from damaged bzip2 files | |||
13 | [ | 13 | [ |
14 | .I "filenames \&..." | 14 | .I "filenames \&..." |
15 | ] | 15 | ] |
16 | .br | ||
17 | .B bzip2 | ||
18 | .RB [ " \-h|\-\-help " ] | ||
16 | .ll -8 | 19 | .ll -8 |
17 | .br | 20 | .br |
18 | .B bunzip2 | 21 | .B bunzip2 |
@@ -21,12 +24,18 @@ bzip2recover \- recovers data from damaged bzip2 files | |||
21 | .I "filenames \&..." | 24 | .I "filenames \&..." |
22 | ] | 25 | ] |
23 | .br | 26 | .br |
27 | .B bunzip2 | ||
28 | .RB [ " \-h|\-\-help " ] | ||
29 | .br | ||
24 | .B bzcat | 30 | .B bzcat |
25 | .RB [ " \-s " ] | 31 | .RB [ " \-s " ] |
26 | [ | 32 | [ |
27 | .I "filenames \&..." | 33 | .I "filenames \&..." |
28 | ] | 34 | ] |
29 | .br | 35 | .br |
36 | .B bzcat | ||
37 | .RB [ " \-h|\-\-help " ] | ||
38 | .br | ||
30 | .B bzip2recover | 39 | .B bzip2recover |
31 | .I "filename" | 40 | .I "filename" |
32 | 41 | ||
@@ -238,6 +247,9 @@ Verbose mode -- show the compression ratio for each file processed. | |||
238 | Further \-v's increase the verbosity level, spewing out lots of | 247 | Further \-v's increase the verbosity level, spewing out lots of |
239 | information which is primarily of interest for diagnostic purposes. | 248 | information which is primarily of interest for diagnostic purposes. |
240 | .TP | 249 | .TP |
250 | .B \-h \-\-help | ||
251 | Print a help message and exit. | ||
252 | .TP | ||
241 | .B \-L --license -V --version | 253 | .B \-L --license -V --version |
242 | Display the software version, license terms and conditions. | 254 | Display the software version, license terms and conditions. |
243 | .TP | 255 | .TP |
@@ -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 |