Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/build-docbook-catalog:master commit in: /
Date: Tue, 05 Oct 2021 01:14:49
Message-Id: 1633396430.ec9ee7e4085408a83f6071c596d425ec3d41be06.vapier@gentoo
1 commit: ec9ee7e4085408a83f6071c596d425ec3d41be06
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 01:13:50 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 01:13:50 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/build-docbook-catalog.git/commit/?id=ec9ee7e4
7
8 tweak usage output to make --root argument clearer
9
10 Show that the --root option takes an explicit argument.
11
12 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
13
14 build-docbook-catalog | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/build-docbook-catalog b/build-docbook-catalog
18 index 5b6cd85..b212822 100755
19 --- a/build-docbook-catalog
20 +++ b/build-docbook-catalog
21 @@ -25,10 +25,10 @@ usage() {
22 Regenerate the XML docbook catalog under ${ROOTCONFDIR}.
23
24 Options:
25 - -r, --root ROOT path to work on
26 - -v, --verbose Be verbose
27 - -x, --debug Run with debugging enabled
28 - -h, --help This!
29 + -r, --root <ROOT> Path to work on (defaults to \$ROOT)
30 + -v, --verbose Be verbose
31 + -x, --debug Run with debugging enabled
32 + -h, --help This!
33 EOF
34 [[ $# -gt 0 ]] && eerror "$*"
35 exit 0