소스 검색

Add the help cmd in plugin template

Vadim Markovtsev 7 년 전
부모
커밋
feb2d23077
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cmd/hercules-generate-plugin/plugin.template

+ 1 - 0
cmd/hercules-generate-plugin/plugin.template

@@ -15,6 +15,7 @@
 // Usage:
 //
 //    hercules -plugin {{.shlib}} -{{.flag}}
+//    hercules -plugin {{.shlib}} -help
 
 package {{.package}}