aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-bridge-token-add.18
-rw-r--r--doc/man/git-bug-bridge-token.110
-rw-r--r--doc/md/git-bug_bridge.md2
-rw-r--r--doc/md/git-bug_bridge_token.md10
-rw-r--r--doc/md/git-bug_bridge_token_add.md9
-rw-r--r--doc/md/git-bug_bridge_token_rm.md2
6 files changed, 15 insertions, 26 deletions
diff --git a/doc/man/git-bug-bridge-token-add.1 b/doc/man/git-bug-bridge-token-add.1
index 7ce07b1c..9b8a0db8 100644
--- a/doc/man/git-bug-bridge-token-add.1
+++ b/doc/man/git-bug-bridge-token-add.1
@@ -5,7 +5,7 @@
.SH NAME
.PP
-git\-bug\-bridge\-token\-add \- Create and store a new token
+git\-bug\-bridge\-token\-add \- Store a new token
.SH SYNOPSIS
@@ -15,15 +15,13 @@ git\-bug\-bridge\-token\-add \- Create and store a new token
.SH DESCRIPTION
.PP
-Create and store a new token
+Store a new token
.SH OPTIONS
.PP
-\fB\-v\fP, \fB\-\-value\fP=""
-
-.PP
\fB\-t\fP, \fB\-\-target\fP=""
+ The target of the bridge. Valid values are [github,gitlab,launchpad\-preview]
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
diff --git a/doc/man/git-bug-bridge-token.1 b/doc/man/git-bug-bridge-token.1
index d97c8e33..d377556f 100644
--- a/doc/man/git-bug-bridge-token.1
+++ b/doc/man/git-bug-bridge-token.1
@@ -5,7 +5,7 @@
.SH NAME
.PP
-git\-bug\-bridge\-token \- List all stored tokens.
+git\-bug\-bridge\-token \- List all known tokens.
.SH SYNOPSIS
@@ -15,17 +15,11 @@ git\-bug\-bridge\-token \- List all stored tokens.
.SH DESCRIPTION
.PP
-List all stored tokens.
+List all known tokens.
.SH OPTIONS
.PP
-\fB\-l\fP, \fB\-\-local\fP[=false]
-
-.PP
-\fB\-g\fP, \fB\-\-global\fP[=false]
-
-.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
help for token
diff --git a/doc/md/git-bug_bridge.md b/doc/md/git-bug_bridge.md
index a965074d..073d23ff 100644
--- a/doc/md/git-bug_bridge.md
+++ b/doc/md/git-bug_bridge.md
@@ -23,5 +23,5 @@ git-bug bridge [flags]
* [git-bug bridge pull](git-bug_bridge_pull.md) - Pull updates.
* [git-bug bridge push](git-bug_bridge_push.md) - Push updates.
* [git-bug bridge rm](git-bug_bridge_rm.md) - Delete a configured bridge.
-* [git-bug bridge token](git-bug_bridge_token.md) - List all stored tokens.
+* [git-bug bridge token](git-bug_bridge_token.md) - List all known tokens.
diff --git a/doc/md/git-bug_bridge_token.md b/doc/md/git-bug_bridge_token.md
index 5e6baa26..e263e291 100644
--- a/doc/md/git-bug_bridge_token.md
+++ b/doc/md/git-bug_bridge_token.md
@@ -1,10 +1,10 @@
## git-bug bridge token
-List all stored tokens.
+List all known tokens.
### Synopsis
-List all stored tokens.
+List all known tokens.
```
git-bug bridge token [flags]
@@ -13,14 +13,12 @@ git-bug bridge token [flags]
### Options
```
- -l, --local
- -g, --global
- -h, --help help for token
+ -h, --help help for token
```
### SEE ALSO
* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers.
-* [git-bug bridge token add](git-bug_bridge_token_add.md) - Create and store a new token
+* [git-bug bridge token add](git-bug_bridge_token_add.md) - Store a new token
* [git-bug bridge token rm](git-bug_bridge_token_rm.md) - Remove token by Id.
diff --git a/doc/md/git-bug_bridge_token_add.md b/doc/md/git-bug_bridge_token_add.md
index f372a06c..1c0e5bbc 100644
--- a/doc/md/git-bug_bridge_token_add.md
+++ b/doc/md/git-bug_bridge_token_add.md
@@ -1,10 +1,10 @@
## git-bug bridge token add
-Create and store a new token
+Store a new token
### Synopsis
-Create and store a new token
+Store a new token
```
git-bug bridge token add [flags]
@@ -13,12 +13,11 @@ git-bug bridge token add [flags]
### Options
```
- -v, --value string
- -t, --target string
+ -t, --target string The target of the bridge. Valid values are [github,gitlab,launchpad-preview]
-h, --help help for add
```
### SEE ALSO
-* [git-bug bridge token](git-bug_bridge_token.md) - List all stored tokens.
+* [git-bug bridge token](git-bug_bridge_token.md) - List all known tokens.
diff --git a/doc/md/git-bug_bridge_token_rm.md b/doc/md/git-bug_bridge_token_rm.md
index 52417a9c..f8c5fcc2 100644
--- a/doc/md/git-bug_bridge_token_rm.md
+++ b/doc/md/git-bug_bridge_token_rm.md
@@ -18,5 +18,5 @@ git-bug bridge token rm [flags]
### SEE ALSO
-* [git-bug bridge token](git-bug_bridge_token.md) - List all stored tokens.
+* [git-bug bridge token](git-bug_bridge_token.md) - List all known tokens.