aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gen_manpage.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-06 03:22:36 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-06 03:26:42 +0200
commit26e7ce44db91f3b08fa5d1b32690348d40c1fb00 (patch)
treed42e357dfd83453d284f861dccdadfde54eef54e /doc/gen_manpage.go
parentb2f20c9a61715b0a60f9e55688dbed221d775c7e (diff)
downloadgit-bug-26e7ce44db91f3b08fa5d1b32690348d40c1fb00.tar.gz
upgrade the readme
Diffstat (limited to 'doc/gen_manpage.go')
-rw-r--r--doc/gen_manpage.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/gen_manpage.go b/doc/gen_manpage.go
index e5a38b3a..9fd2ea26 100644
--- a/doc/gen_manpage.go
+++ b/doc/gen_manpage.go
@@ -4,11 +4,12 @@ package main
import (
"fmt"
- "github.com/MichaelMure/git-bug/commands"
- "github.com/spf13/cobra/doc"
"log"
"os"
"path"
+
+ "github.com/MichaelMure/git-bug/commands"
+ "github.com/spf13/cobra/doc"
)
func main() {
@@ -16,8 +17,8 @@ func main() {
filepath := path.Join(cwd, "doc", "man")
header := &doc.GenManHeader{
- Title: "MINE",
- Section: "3",
+ Title: "GIT-BUG",
+ Section: "1",
}
fmt.Println("Generating manpage ...")