Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 26, 2011
1 parent 1413e7e commit 0db8f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/jade
Expand Up @@ -40,6 +40,9 @@ program.on('--help', function(){
console.log(' # jade over stdio'); console.log(' # jade over stdio');
console.log(' $ echo "h1 Jade!" | jade'); console.log(' $ echo "h1 Jade!" | jade');
console.log(''); console.log('');
console.log(' # foo, bar dirs rendering to /tmp');
console.log(' $ jade foo bar --out /tmp ');
console.log('');
}); });


program.parse(process.argv); program.parse(process.argv);
Expand Down

0 comments on commit 0db8f01

Please sign in to comment.