doc/man: update generated documentations

This commit is contained in:
Amine Hilaly 2019-08-27 00:53:26 +02:00
parent be94780315
commit c5824ff1b4
No known key found for this signature in database
GPG Key ID: 3F4C54B792F211C1
2 changed files with 18 additions and 4 deletions

View File

@ -95,7 +95,7 @@ Private:
Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700 Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700
Successfully configured bridge: default Successfully configured bridge: default
# For Github # For GitHub
git bug bridge configure \\ git bug bridge configure \\
\-\-name=default \\ \-\-name=default \\
\-\-target=github \\ \-\-target=github \\
@ -109,6 +109,13 @@ git bug bridge configure \\
\-\-target=launchpad\-preview \\ \-\-target=launchpad\-preview \\
\-\-url=https://bugs.launchpad.net/ubuntu/ \-\-url=https://bugs.launchpad.net/ubuntu/
# For Gitlab
git bug bridge configure \\
\-\-name=default \\
\-\-target=github \\
\-\-url=https://github.com/michaelmure/git\-bug \\
\-\-token=$(TOKEN)
.fi .fi
.RE .RE

View File

@ -45,7 +45,7 @@ Private:
Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700 Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700
Successfully configured bridge: default Successfully configured bridge: default
# For Github # For GitHub
git bug bridge configure \ git bug bridge configure \
--name=default \ --name=default \
--target=github \ --target=github \
@ -58,6 +58,13 @@ git bug bridge configure \
--name=default \ --name=default \
--target=launchpad-preview \ --target=launchpad-preview \
--url=https://bugs.launchpad.net/ubuntu/ --url=https://bugs.launchpad.net/ubuntu/
# For Gitlab
git bug bridge configure \
--name=default \
--target=github \
--url=https://github.com/michaelmure/git-bug \
--token=$(TOKEN)
``` ```
### Options ### Options