aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-04-02 06:41:02 +0800
committernectar <nectar@FreeBSD.org>2004-04-02 06:41:02 +0800
commit3daf95b5e5b243119b8765fb6a21440180790957 (patch)
treebd0ec109e88a5f88ec03513f3e785eb263a52ccd /security
parent0046f039da55584a3f04fe6a33032691fb83f4c0 (diff)
downloadfreebsd-ports-gnome-3daf95b5e5b243119b8765fb6a21440180790957.tar.gz
freebsd-ports-gnome-3daf95b5e5b243119b8765fb6a21440180790957.tar.zst
freebsd-ports-gnome-3daf95b5e5b243119b8765fb6a21440180790957.zip
Correct usage message for tidy.sh.
Submitted by: Frankye Fattarelli <frankye@ipv5.net>
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/files/tidy.sh2
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