Skip to content

Commit

Permalink
Edited src/command.coffee via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Sep 10, 2011
1 parent 46b7a2d commit 0b57b31
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 repeat enabled tasks for any that change']
['-w', '--watch', 'watch scripts for changes and rerun commands']
['-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

1 comment on commit 0b57b31

@michaelficarra
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Even better.

Please sign in to comment.