Skip to content

Commit

Permalink
Removed usage info (duplicate from the one in the java code)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Lecomte committed Aug 25, 2007
1 parent 06a2690 commit 3b606b4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions yinst/yuicompressor
@@ -1,16 +1,3 @@
#!/bin/sh

if [ ! -n "$1" ]
then
echo "Usage: yuicompressor [options] file"
echo "Options"
echo " -h, --help Displays this information"
echo " --line-break Insert line breaks after semi colons"
echo " --nomunge Minify only, do not obfuscate"
echo " --warn Displays possible errors in your code"
echo " --charset <charset> Read the input file using the <charset>"
echo " -o <file> Place the output into <file>"
exit
fi

java -jar /home/y/bin/yuicompressor.jar $*

0 comments on commit 3b606b4

Please sign in to comment.