Skip to content

Commit

Permalink
change phrasing of watch help text
Browse files Browse the repository at this point in the history
  • Loading branch information
codelahoma committed Sep 8, 2011
1 parent ed4f704 commit 2df9204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.coffee
Expand Up @@ -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 apply current command to any that change']
['-w', '--watch', 'watch scripts, and repeat enabled task(s) 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']
Expand Down

0 comments on commit 2df9204

Please sign in to comment.