summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-05-23 15:39:51 -0400
committerShaun McCance <shaunm@gnome.org>2011-05-23 15:39:51 -0400
commit3dc981c72460706d078a0f8158b5bf7f3bf2f7b0 (patch)
tree11699fc4c152ca4c61a401c8795e938f7ce0b26a
parentad1cf2b7bbd40b84f6ad8179d5995001b0666d27 (diff)
downloadyelp-tools-3dc981c72460706d078a0f8158b5bf7f3bf2f7b0.tar.gz
yelp-check: Minor change to usage output
-rwxr-xr-xtools/yelp-check.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/yelp-check.in b/tools/yelp-check.in
index 79951b0..e38d0bd 100755
--- a/tools/yelp-check.in
+++ b/tools/yelp-check.in
@@ -61,7 +61,7 @@ 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 ""
echo "Options:"
echo " -c CACHE Use the existing Mallard cache CACHE"
@@ -71,7 +71,7 @@ yelp_usage_orphans () {
(
echo "Usage: yelp-check orphans <FILES>"
echo ""
- echo " Locate orphaned pages among <FILES> in a Mallard document."
+ echo " Locate orphaned pages among FILES in a Mallard document."
echo " Orphaned pages are any pages that cannot be reached by"
echo " topic links alone from the index page."
echo ""
@@ -83,7 +83,7 @@ yelp_usage_status () {
(
echo "Usage: yelp-check status <FILES>"
echo ""
- echo " Report the status of the Mallard page files <FILES>. Each"
+ echo " Report the status of the Mallard page files FILES. Each"
echo " matching page is reporting along with its status."
echo ""
echo "Options:"