diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-02 15:53:44 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-02 15:53:44 +0200 |
commit | e3c445fa85db65b084580a38b919f17b8f8c2b68 (patch) | |
tree | 893e9416955e0575d429ab57b29ae4cbb9e45be9 /doc/gen_manpage.go | |
parent | 919f98efdb10d57767cf129c3c0b3c357aaa29d2 (diff) | |
download | git-bug-e3c445fa85db65b084580a38b919f17b8f8c2b68.tar.gz git-bug-e3c445fa85db65b084580a38b919f17b8f8c2b68.zip |
manpages: update
Diffstat (limited to 'doc/gen_manpage.go')
-rw-r--r-- | doc/gen_manpage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gen_manpage.go b/doc/gen_manpage.go index 9fd2ea263..4147d9153 100644 --- a/doc/gen_manpage.go +++ b/doc/gen_manpage.go @@ -19,6 +19,7 @@ func main() { header := &doc.GenManHeader{ Title: "GIT-BUG", Section: "1", + Source: "Generated from git-bug's source code", } fmt.Println("Generating manpage ...") |