aboutsummaryrefslogtreecommitdiff
blob: b2e48852597d2395a95ae053b6030495a31602ab (plain)
1
2
3
4
5
6
if [ -z "$3" ]; then
    script=`basename $0`
    echo "Usage:"
    echo "    $script <java-src-file> html|xml|text|vbhtml rulesetfile1[,rulesetfile2[,..]]"
    exit 1
fi