Merge pull request #238 from polds/copyright

Add the ability to add a copyright
This commit is contained in:
Jesse Szwedko
2015-06-16 19:39:24 -07:00
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,9 @@ COMMANDS:
{{end}}{{if .Flags}}
GLOBAL OPTIONS:
{{range .Flags}}{{.}}
{{end}}{{end}}
{{end}}{{end}}{{if .Copyright }}
COPYRIGHT:
{{.Copyright}}{{end}}
`
// The text template for the command help topic.