Browse Source

Add the help cmd in plugin template

Vadim Markovtsev 7 years ago
parent
commit
feb2d23077
1 changed files with 1 additions and 0 deletions
  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}}