diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/git-bug-bridge-token-rm.1 | 6 | ||||
-rw-r--r-- | doc/man/git-bug-bridge-token-show.1 | 29 | ||||
-rw-r--r-- | doc/man/git-bug-bridge-token.1 | 2 | ||||
-rw-r--r-- | doc/md/git-bug_bridge_token.md | 3 | ||||
-rw-r--r-- | doc/md/git-bug_bridge_token_rm.md | 6 | ||||
-rw-r--r-- | doc/md/git-bug_bridge_token_show.md | 22 |
6 files changed, 60 insertions, 8 deletions
diff --git a/doc/man/git-bug-bridge-token-rm.1 b/doc/man/git-bug-bridge-token-rm.1 index 5c5a16a6..217d938d 100644 --- a/doc/man/git-bug-bridge-token-rm.1 +++ b/doc/man/git-bug-bridge-token-rm.1 @@ -5,17 +5,17 @@ .SH NAME .PP -git\-bug\-bridge\-token\-rm \- Remove token by Id. +git\-bug\-bridge\-token\-rm \- Remove a token. .SH SYNOPSIS .PP -\fBgit\-bug bridge token rm [flags]\fP +\fBgit\-bug bridge token rm <id> [flags]\fP .SH DESCRIPTION .PP -Remove token by Id. +Remove a token. .SH OPTIONS diff --git a/doc/man/git-bug-bridge-token-show.1 b/doc/man/git-bug-bridge-token-show.1 new file mode 100644 index 00000000..f40b5024 --- /dev/null +++ b/doc/man/git-bug-bridge-token-show.1 @@ -0,0 +1,29 @@ +.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-bridge\-token\-show \- Display a token. + + +.SH SYNOPSIS +.PP +\fBgit\-bug bridge token show [flags]\fP + + +.SH DESCRIPTION +.PP +Display a token. + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for show + + +.SH SEE ALSO +.PP +\fBgit\-bug\-bridge\-token(1)\fP diff --git a/doc/man/git-bug-bridge-token.1 b/doc/man/git-bug-bridge-token.1 index d377556f..f229bf76 100644 --- a/doc/man/git-bug-bridge-token.1 +++ b/doc/man/git-bug-bridge-token.1 @@ -26,4 +26,4 @@ List all known tokens. .SH SEE ALSO .PP -\fBgit\-bug\-bridge(1)\fP, \fBgit\-bug\-bridge\-token\-add(1)\fP, \fBgit\-bug\-bridge\-token\-rm(1)\fP +\fBgit\-bug\-bridge(1)\fP, \fBgit\-bug\-bridge\-token\-add(1)\fP, \fBgit\-bug\-bridge\-token\-rm(1)\fP, \fBgit\-bug\-bridge\-token\-show(1)\fP diff --git a/doc/md/git-bug_bridge_token.md b/doc/md/git-bug_bridge_token.md index e263e291..14663784 100644 --- a/doc/md/git-bug_bridge_token.md +++ b/doc/md/git-bug_bridge_token.md @@ -20,5 +20,6 @@ git-bug bridge token [flags] * [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) - Store a new token -* [git-bug bridge token rm](git-bug_bridge_token_rm.md) - Remove token by Id. +* [git-bug bridge token rm](git-bug_bridge_token_rm.md) - Remove a token. +* [git-bug bridge token show](git-bug_bridge_token_show.md) - Display a token. diff --git a/doc/md/git-bug_bridge_token_rm.md b/doc/md/git-bug_bridge_token_rm.md index f8c5fcc2..534406f4 100644 --- a/doc/md/git-bug_bridge_token_rm.md +++ b/doc/md/git-bug_bridge_token_rm.md @@ -1,13 +1,13 @@ ## git-bug bridge token rm -Remove token by Id. +Remove a token. ### Synopsis -Remove token by Id. +Remove a token. ``` -git-bug bridge token rm [flags] +git-bug bridge token rm <id> [flags] ``` ### Options diff --git a/doc/md/git-bug_bridge_token_show.md b/doc/md/git-bug_bridge_token_show.md new file mode 100644 index 00000000..80439617 --- /dev/null +++ b/doc/md/git-bug_bridge_token_show.md @@ -0,0 +1,22 @@ +## git-bug bridge token show + +Display a token. + +### Synopsis + +Display a token. + +``` +git-bug bridge token show [flags] +``` + +### Options + +``` + -h, --help help for show +``` + +### SEE ALSO + +* [git-bug bridge token](git-bug_bridge_token.md) - List all known tokens. + |