diff options
author | amine <hilalyamine@gmail.com> | 2019-12-10 20:30:29 +0100 |
---|---|---|
committer | amine <hilalyamine@gmail.com> | 2019-12-10 21:05:55 +0100 |
commit | f6b4830c0b68f3b5c616236bc9d51943765c8b4a (patch) | |
tree | 324f36a49d1a26253bb1fc1ecc923d50aaed2912 /doc/man | |
parent | f1ed857cbd3a253d77b31c0c896fdc4ade40844f (diff) | |
download | git-bug-f6b4830c0b68f3b5c616236bc9d51943765c8b4a.tar.gz |
bridge/gitlab: support self-hosted GitLab instance
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-bridge-configure.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/git-bug-bridge-configure.1 b/doc/man/git-bug-bridge-configure.1 index 14b773a6..d1dc9f7d 100644 --- a/doc/man/git-bug-bridge-configure.1 +++ b/doc/man/git-bug-bridge-configure.1 @@ -40,6 +40,10 @@ Token configuration can be directly passed with the \-\-token flag or in the ter The URL of the target repository .PP +\fB\-b\fP, \fB\-\-base\-url\fP="" + The base URL of your issue tracker service + +.PP \fB\-o\fP, \fB\-\-owner\fP="" The owner of the target repository |