tiny edit

This commit is contained in:
Rod Knowlton
2011-09-09 15:24:56 -05:00
parent c44b80b6b6
commit d6ec5e40cc
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ SWITCHES = [
['-i', '--interactive', 'run an interactive CoffeeScript REPL']
['-o', '--output [DIR]', 'set the directory for compiled JavaScript']
['-j', '--join [FILE]', 'concatenate the scripts before compiling']
['-w', '--watch', 'watch scripts and repeat enabled task(s) for any that change']
['-w', '--watch', 'watch scripts and repeat enabled tasks for any that change']
['-p', '--print', 'print the compiled JavaScript to stdout']
['-l', '--lint', 'pipe the compiled JavaScript through JavaScript Lint']
['-s', '--stdio', 'listen for and compile scripts over stdio']