From a02384e1c12e064f08babc4943f7b3a61ec57f56 Mon Sep 17 00:00:00 2001 From: Yanis Wang Date: Sun, 11 Oct 2015 21:26:48 +0800 Subject: [PATCH] add plugin sample to help --- bin/htmlhint | 1 + 1 file changed, 1 insertion(+) 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(''); });