aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-docbook-catalog8
1 files 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 <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