From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118561 invoked by alias); 21 Jul 2019 20:55:23 -0000 Mailing-List: contact bzip2-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Sender: bzip2-devel-owner@sourceware.org Received: (qmail 118552 invoked by uid 89); 21 Jul 2019 20:55:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-20.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 spammy=vs, Print, para, interest X-Spam-Status: No, score=-20.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org From: Mark Wielaard To: bzip2-devel@sourceware.org Cc: Anibal Monsalve Salazar , =?UTF-8?q?Santiago=20Ruano=20Rinc=C3=B3n?= , Anthony Fok , Mark Wielaard Subject: [PATCH 2/3] Mention the --help command line option in the documentation. Date: Tue, 01 Jan 2019 00:00:00 -0000 Message-Id: <20190721205419.2904-3-mark@klomp.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190721205419.2904-1-mark@klomp.org> References: <20190721205419.2904-1-mark@klomp.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Flag: NO X-SW-Source: 2019-q3/txt/msg00039.txt.bz2 Bug-Debian: https://bugs.debian.org/517257 --- bzip2.1 | 12 ++++++++++++ manual.xml | 13 +++++++++++++ 2 files changed, 25 insertions(+) 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 [ .I "filenames \&..." ] +.br +.B bzip2 +.RB [ " \-h|\-\-help " ] .ll -8 .br .B bunzip2 @@ -21,12 +24,18 @@ bzip2recover \- recovers data from damaged bzip2 files .I "filenames \&..." ] .br +.B bunzip2 +.RB [ " \-h|\-\-help " ] +.br .B bzcat .RB [ " \-s " ] [ .I "filenames \&..." ] .br +.B bzcat +.RB [ " \-h|\-\-help " ] +.br .B bzip2recover .I "filename" @@ -238,6 +247,9 @@ Verbose mode -- show the compression ratio for each file processed. Further \-v's increase the verbosity level, spewing out lots of information which is primarily of interest for diagnostic purposes. .TP +.B \-h \-\-help +Print a help message and exit. +.TP .B \-L --license -V --version Display the software version, license terms and conditions. .TP 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 -- 2.20.1