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 /bzip2.1 | |
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 'bzip2.1')
-rw-r--r-- | bzip2.1 | 12 |
1 files changed, 12 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 |