aboutsummaryrefslogtreecommitdiff
path: root/bzip2.1
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-07-21 19:58:59 +0200
committerMark Wielaard <mark@klomp.org>2019-07-21 20:10:38 +0200
commitcb18332a8267bfc671cbfbaba35f89cb3fb676f8 (patch)
treeef236322e80498c6c3b128e8f36422484ca119e9 /bzip2.1
parent8d9410ce881e43ec8ea82ec7a3b0541c0ffbc3dd (diff)
downloadbzip2-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.112
1 files changed, 12 insertions, 0 deletions
diff --git a/bzip2.1 b/bzip2.1
index 174b15f..11d97bb 100644
--- a/bzip2.1
+++ b/bzip2.1
@@ -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.
238Further \-v's increase the verbosity level, spewing out lots of 247Further \-v's increase the verbosity level, spewing out lots of
239information which is primarily of interest for diagnostic purposes. 248information which is primarily of interest for diagnostic purposes.
240.TP 249.TP
250.B \-h \-\-help
251Print a help message and exit.
252.TP
241.B \-L --license -V --version 253.B \-L --license -V --version
242Display the software version, license terms and conditions. 254Display the software version, license terms and conditions.
243.TP 255.TP