aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/git-bug-bridge-configure.1
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-23 14:38:02 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-23 14:38:02 +0100
commit4559af5e71a2d6d1c53329e565d101c3eadacf6e (patch)
tree68a9ca95b43663793a7df52150a0f07be9502277 /doc/man/git-bug-bridge-configure.1
parentda2eb3c519be1da8adf1ab0da8dbb526cfce9a73 (diff)
downloadgit-bug-4559af5e71a2d6d1c53329e565d101c3eadacf6e.tar.gz
update auto-generated files
Diffstat (limited to 'doc/man/git-bug-bridge-configure.1')
-rw-r--r--doc/man/git-bug-bridge-configure.127
1 files changed, 13 insertions, 14 deletions
diff --git a/doc/man/git-bug-bridge-configure.1 b/doc/man/git-bug-bridge-configure.1
index 46594057..cc66487f 100644
--- a/doc/man/git-bug-bridge-configure.1
+++ b/doc/man/git-bug-bridge-configure.1
@@ -1,7 +1,6 @@
-.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
.nh
-.ad l
-
+.TH GIT\-BUG(1)Apr 2019
+Generated from git\-bug's source code
.SH NAME
.PP
@@ -27,47 +26,47 @@ Configure a new bridge by passing flags or/and using interactive terminal prompt
.SH OPTIONS
.PP
\fB\-n\fP, \fB\-\-name\fP=""
- A distinctive name to identify the bridge
+ A distinctive name to identify the bridge
.PP
\fB\-t\fP, \fB\-\-target\fP=""
- The target of the bridge. Valid values are [github,gitlab,jira,launchpad\-preview]
+ The target of the bridge. Valid values are [github,gitlab,jira,launchpad\-preview]
.PP
\fB\-u\fP, \fB\-\-url\fP=""
- The URL of the remote repository
+ The URL of the remote repository
.PP
\fB\-b\fP, \fB\-\-base\-url\fP=""
- The base URL of your remote issue tracker
+ The base URL of your remote issue tracker
.PP
\fB\-l\fP, \fB\-\-login\fP=""
- The login on your remote issue tracker
+ The login on your remote issue tracker
.PP
\fB\-c\fP, \fB\-\-credential\fP=""
- The identifier or prefix of an already known credential for your remote issue tracker (see "git\-bug bridge auth")
+ The identifier or prefix of an already known credential for your remote issue tracker (see "git\-bug bridge auth")
.PP
\fB\-\-token\fP=""
- A raw authentication token for the remote issue tracker
+ A raw authentication token for the remote issue tracker
.PP
\fB\-\-token\-stdin\fP[=false]
- Will read the token from stdin and ignore \-\-token
+ Will read the token from stdin and ignore \-\-token
.PP
\fB\-o\fP, \fB\-\-owner\fP=""
- The owner of the remote repository
+ The owner of the remote repository
.PP
\fB\-p\fP, \fB\-\-project\fP=""
- The name of the remote repository
+ The name of the remote repository
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
- help for configure
+ help for configure
.SH EXAMPLE