Explorar el Código

Add the help cmd in plugin template

Vadim Markovtsev hace 7 años
padre
commit
feb2d23077
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}}