Skip to content

Commit

Permalink
add plugin sample to help
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniswang committed Oct 11, 2015
1 parent 5200522 commit a02384e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/htmlhint
Expand Up @@ -35,6 +35,7 @@ program.on('--help', function(){
console.log(' htmlhint --rules tag-pair,id-class-value=underline test.html');
console.log(' htmlhint --config .htmlhintrc test.html');
console.log(' htmlhint --ignore **/build/**,**/test/**');
console.log(' htmlhint --plugin ./plugins/');
console.log('');
});

Expand Down

0 comments on commit a02384e

Please sign in to comment.