diff options
author | Michael Muré <batolettre@gmail.com> | 2019-11-10 17:32:14 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-11-10 17:33:44 +0100 |
commit | e0b15ee7644c20533156850e0be5a07597967450 (patch) | |
tree | a7ebd32de0b94b63ebe825c829de963470d03cab /doc/man/git-bug-bridge-auth-add-token.1 | |
parent | f8cf3fea035d7f0ad0287166c3a5016777acf5ad (diff) | |
download | git-bug-e0b15ee7644c20533156850e0be5a07597967450.tar.gz |
cli: rename "token" into "auth"
Diffstat (limited to 'doc/man/git-bug-bridge-auth-add-token.1')
-rw-r--r-- | doc/man/git-bug-bridge-auth-add-token.1 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/man/git-bug-bridge-auth-add-token.1 b/doc/man/git-bug-bridge-auth-add-token.1 new file mode 100644 index 00000000..a76ed793 --- /dev/null +++ b/doc/man/git-bug-bridge-auth-add-token.1 @@ -0,0 +1,33 @@ +.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-bridge\-auth\-add\-token \- Store a new token + + +.SH SYNOPSIS +.PP +\fBgit\-bug bridge auth add\-token [<token>] [flags]\fP + + +.SH DESCRIPTION +.PP +Store a new token + + +.SH OPTIONS +.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] + help for add\-token + + +.SH SEE ALSO +.PP +\fBgit\-bug\-bridge\-auth(1)\fP |