Skip to content

Commit 0b8698d

Browse files
committed
update manual
1 parent 6bdb244 commit 0b8698d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

man/gist.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If standard input is supplied, it will be used as the content of the new gist\.
1919
Once your gist is successfully created, the URL will be copied to your clipboard\. If you are on OS X, \fBgist\fR will open the gist in your browser, too\.
2020
.
2121
.SH "OPTIONS"
22-
\fBgist\fR\'s default mode of operation is to read content from standard input and create a public, text gist without description from it, tied to your GitHub account if you user and token are provided (see \fBCONFIGURATION\fR)\.
22+
\fBgist\fR\'s default mode of operation is to read content from standard input and create a public, text gist without description from it, tied to your GitHub account if you user and passwordare provided (see \fBCONFIGURATION\fR)\.
2323
.
2424
.P
2525
These options can be used to change this behavior:
@@ -52,16 +52,16 @@ Print help\.
5252
Display this man page\.
5353
.
5454
.SH "AUTHENTICATION"
55-
There are two ways to set GitHub user and token info:
55+
There are two ways to set GitHub user and password info:
5656
.
5757
.IP "\(bu" 4
58-
Using environment vars GITHUB_USER and GITHUB_TOKEN
58+
Using environment vars GITHUB_USER and GITHUB_PASSWORD
5959
.
6060
.IP
6161
$ export GITHUB_USER=johndoe
6262
.
6363
.br
64-
$ export GITHUB_TOKEN=mysecretgithubtoken
64+
$ export GITHUB_PASSWORD=mysecretgithubpassword
6565
.
6666
.br
6767
$ gist ~/example

man/gist.1.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gist.1.ron

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ There are two ways to set GitHub user and password info:
5656

5757
* Using environment vars GITHUB_USER and GITHUB_PASSWORD
5858

59-
$ export GITHUB_USER=johndoe
60-
$ export GITHUB_PASSWORD=mysecretgithubpassword
61-
$ gist ~/example
59+
$ export GITHUB_USER=johndoe
60+
$ export GITHUB_PASSWORD=mysecretgithubpassword
61+
$ gist ~/example
6262

6363
* Using git-config(1)
6464

0 commit comments

Comments
 (0)