aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gen_docs.go4
-rw-r--r--doc/man/git-bug-bridge-pull.18
-rw-r--r--doc/md/git-bug_bridge_pull.md2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/gen_docs.go b/doc/gen_docs.go
index 31960b65..83997488 100644
--- a/doc/gen_docs.go
+++ b/doc/gen_docs.go
@@ -62,7 +62,7 @@ func genManPage() error {
}
}
- return doc.GenManTree(commands.RootCmd, header, dir)
+ return doc.GenManTree(commands.NewRootCommand(), header, dir)
}
func genMarkdown() error {
@@ -79,5 +79,5 @@ func genMarkdown() error {
}
}
- return doc.GenMarkdownTree(commands.RootCmd, dir)
+ return doc.GenMarkdownTree(commands.NewRootCommand(), dir)
}
diff --git a/doc/man/git-bug-bridge-pull.1 b/doc/man/git-bug-bridge-pull.1
index 055d2472..4a9e78db 100644
--- a/doc/man/git-bug-bridge-pull.1
+++ b/doc/man/git-bug-bridge-pull.1
@@ -19,10 +19,6 @@ Pull updates.
.SH OPTIONS
.PP
-\fB\-h\fP, \fB\-\-help\fP[=false]
- help for pull
-
-.PP
\fB\-n\fP, \fB\-\-no\-resume\fP[=false]
force importing all bugs
@@ -30,6 +26,10 @@ Pull updates.
\fB\-s\fP, \fB\-\-since\fP=""
import only bugs updated after the given date (ex: "200h" or "june 2 2019")
+.PP
+\fB\-h\fP, \fB\-\-help\fP[=false]
+ help for pull
+
.SH SEE ALSO
.PP
diff --git a/doc/md/git-bug_bridge_pull.md b/doc/md/git-bug_bridge_pull.md
index 9a497c84..fea92b85 100644
--- a/doc/md/git-bug_bridge_pull.md
+++ b/doc/md/git-bug_bridge_pull.md
@@ -13,9 +13,9 @@ git-bug bridge pull [<name>] [flags]
### Options
```
- -h, --help help for pull
-n, --no-resume force importing all bugs
-s, --since string import only bugs updated after the given date (ex: "200h" or "june 2 2019")
+ -h, --help help for pull
```
### SEE ALSO