diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-04-01 22:41:02 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-04-01 22:41:02 +0000 |
commit | a0b833d3a4efd938c696665825721aaef5c750e2 (patch) | |
tree | 4fbcc96a17e43b26fe0e31739b92883fad5f98c5 /security/vuxml/files/tidy.sh | |
parent | d4e53543a137ac09479ab7b32d9c842d0b2a4919 (diff) |
Notes
Diffstat (limited to 'security/vuxml/files/tidy.sh')
-rw-r--r-- | security/vuxml/files/tidy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vuxml/files/tidy.sh b/security/vuxml/files/tidy.sh index 5e0c855835d4..c22dc4cbd4af 100644 --- a/security/vuxml/files/tidy.sh +++ b/security/vuxml/files/tidy.sh @@ -3,7 +3,7 @@ tidy_file="$1" vuxml_file="$2" if [ -z "${vuxml_file}" -o -z "${tidy_file}" ]; then exec >&2 - echo "Usage: tidy.sh /path/to/vuxml/document /path/to/tidy.xsl" + echo "Usage: tidy.sh /path/to/tidy.xsl /path/to/vuxml/document" exit 1 fi |