Skip to content

Commit

Permalink
exclamation mark is a special character in "
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Feb 5, 2014
1 parent acd1e4a commit 22d9854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jade.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ program.on('--help', function(){
console.log(' $ jade < my.jade > my.html');
console.log('');
console.log(' # jade over stdio');
console.log(' $ echo "h1 Jade!" | jade');
console.log(' $ echo \'h1 Jade!\' | jade');
console.log('');
console.log(' # foo, bar dirs rendering to /tmp');
console.log(' $ jade foo bar --out /tmp ');
Expand Down

0 comments on commit 22d9854

Please sign in to comment.