summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-03-21 14:38:40 -0400
committerShaun McCance <shaunm@gnome.org>2012-03-21 14:38:40 -0400
commit09532bf98b30be48187705ca7ebcd0c2fe02eb03 (patch)
treef1c09751cc70f9832a699dd176365a10782197ac
parenta87cec0c92703b56c512c5025c8b23e9cdf91aba (diff)
downloadyelp-tools-09532bf98b30be48187705ca7ebcd0c2fe02eb03.tar.gz
yelp-check: Update usage for links with DocBook
-rwxr-xr-xtools/yelp-check.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/yelp-check.in b/tools/yelp-check.in
index be13b0f..24e841c 100755
--- a/tools/yelp-check.in
+++ b/tools/yelp-check.in
@@ -54,7 +54,7 @@ yelp_usage () {
echo "Commands:"
echo " comments Print the editorial comments in a document"
echo " hrefs Find broken href links in a Mallard document"
- echo " links Find broken xref links in a Mallard document"
+ echo " links Find broken xref or linkend links in a document"
echo " orphans Find orphaned pages in a Mallard document"
echo " status Report the status of Mallard pages"
echo " validate Validate files against a DTD or RNG"
@@ -71,7 +71,8 @@ yelp_usage_links () {
(
echo "Usage: yelp-check links <FILES>"
echo ""
- echo " Find broken xref links in FILES in a Mallard document."
+ echo " Find broken xref links in FILES in a Mallard document,"
+ echo " or broken linkend links in FILES in a DocBook document."
echo ""
echo "Options:"
echo " -c CACHE Use the existing Mallard cache CACHE"