Forráskód Böngészése

Add the help cmd in plugin template

Vadim Markovtsev 7 éve
szülő
commit
feb2d23077
1 módosított fájl, 1 hozzáadás és 0 törlés
  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}}