diff --git a/bin/htmlhint b/bin/htmlhint index 00545a84f..4b520c52f 100755 --- a/bin/htmlhint +++ b/bin/htmlhint @@ -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(''); });