diff options
-rw-r--r-- | doc/gen_manpage.go | 1 | ||||
-rw-r--r-- | doc/man/git-bug-close.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-commands.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-comment.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-label.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-ls.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-new.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-open.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-pull.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-push.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-show.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-termui.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug-webui.1 | 2 | ||||
-rw-r--r-- | doc/man/git-bug.1 | 2 |
14 files changed, 14 insertions, 13 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 ...") diff --git a/doc/man/git-bug-close.1 b/doc/man/git-bug-close.1 index 9c6ec577b..4b7157f8f 100644 --- a/doc/man/git-bug-close.1 +++ b/doc/man/git-bug-close.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-commands.1 b/doc/man/git-bug-commands.1 index c59a27855..871e09322 100644 --- a/doc/man/git-bug-commands.1 +++ b/doc/man/git-bug-commands.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-comment.1 b/doc/man/git-bug-comment.1 index c3eb270d5..3996f279c 100644 --- a/doc/man/git-bug-comment.1 +++ b/doc/man/git-bug-comment.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-label.1 b/doc/man/git-bug-label.1 index f12a8e667..8daee4bfb 100644 --- a/doc/man/git-bug-label.1 +++ b/doc/man/git-bug-label.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1 index 5aaa9803e..00622f4fc 100644 --- a/doc/man/git-bug-ls.1 +++ b/doc/man/git-bug-ls.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-new.1 b/doc/man/git-bug-new.1 index 641a981c7..17efc1f71 100644 --- a/doc/man/git-bug-new.1 +++ b/doc/man/git-bug-new.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-open.1 b/doc/man/git-bug-open.1 index 6f34ba272..8cd433b6e 100644 --- a/doc/man/git-bug-open.1 +++ b/doc/man/git-bug-open.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-pull.1 b/doc/man/git-bug-pull.1 index 663dfcd67..310278315 100644 --- a/doc/man/git-bug-pull.1 +++ b/doc/man/git-bug-pull.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-push.1 b/doc/man/git-bug-push.1 index 4abd57dab..6bd503685 100644 --- a/doc/man/git-bug-push.1 +++ b/doc/man/git-bug-push.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-show.1 b/doc/man/git-bug-show.1 index c21cdc975..ebeee5a31 100644 --- a/doc/man/git-bug-show.1 +++ b/doc/man/git-bug-show.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-termui.1 b/doc/man/git-bug-termui.1 index 71c847055..935076bbf 100644 --- a/doc/man/git-bug-termui.1 +++ b/doc/man/git-bug-termui.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index 0771aebfa..519a9158c 100644 --- a/doc/man/git-bug-webui.1 +++ b/doc/man/git-bug-webui.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 5683b5085..21f012b24 100644 --- a/doc/man/git-bug.1 +++ b/doc/man/git-bug.1 @@ -1,4 +1,4 @@ -.TH "GIT-BUG" "1" "Aug 2018" "Auto generated by spf13/cobra" "" +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" .nh .ad l |