From cb18332a8267bfc671cbfbaba35f89cb3fb676f8 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 21 Jul 2019 19:58:59 +0200 Subject: Mention the --help command line option in the documentation. Bug-Debian: https://bugs.debian.org/517257 --- manual.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'manual.xml') diff --git a/manual.xml b/manual.xml index ea9fca2..7c9e4ec 100644 --- a/manual.xml +++ b/manual.xml @@ -160,12 +160,21 @@ else. bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ] + bzip2 [ + -h | --help ] + bunzip2 [ -fkvsVL ] [ filenames ... ] + bunzip2 [ + -h | --help ] + bzcat [ -s ] [ filenames ... ] + bzcat [ + -h | --help ] + bzip2recover filename @@ -397,6 +406,10 @@ consistency error (eg, bug) which caused will not be suppressed. + -h --help + Print a help message and exit. + + -v --verbose Verbose mode -- show the compression ratio for -- cgit v1.2.3-55-g6feb