From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9608F158018 for ; Tue, 5 Oct 2021 01:14:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D15CEE0871; Tue, 5 Oct 2021 01:14:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC151E0871 for ; Tue, 5 Oct 2021 01:14:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9D13342FAC for ; Tue, 5 Oct 2021 01:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F6AC12F for ; Tue, 5 Oct 2021 01:14:46 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1633396430.ec9ee7e4085408a83f6071c596d425ec3d41be06.vapier@gentoo> Subject: [gentoo-commits] proj/build-docbook-catalog:master commit in: / X-VCS-Repository: proj/build-docbook-catalog X-VCS-Files: build-docbook-catalog X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: ec9ee7e4085408a83f6071c596d425ec3d41be06 X-VCS-Branch: master Date: Tue, 5 Oct 2021 01:14:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e632389-81d3-470d-9657-eaaebf79758f X-Archives-Hash: 15af7cfe47f35aa07d7c6a25415b4986 commit: ec9ee7e4085408a83f6071c596d425ec3d41be06 Author: Mike Frysinger gentoo org> AuthorDate: Tue Oct 5 01:13:50 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 5 01:13:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/build-docbook-catalog.git/commit/?id=ec9ee7e4 tweak usage output to make --root argument clearer Show that the --root option takes an explicit argument. Signed-off-by: Mike Frysinger gentoo.org> build-docbook-catalog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-docbook-catalog b/build-docbook-catalog index 5b6cd85..b212822 100755 --- a/build-docbook-catalog +++ b/build-docbook-catalog @@ -25,10 +25,10 @@ usage() { Regenerate the XML docbook catalog under ${ROOTCONFDIR}. Options: - -r, --root ROOT path to work on - -v, --verbose Be verbose - -x, --debug Run with debugging enabled - -h, --help This! + -r, --root Path to work on (defaults to \$ROOT) + -v, --verbose Be verbose + -x, --debug Run with debugging enabled + -h, --help This! EOF [[ $# -gt 0 ]] && eerror "$*" exit 0