Skip to content

Commit 50dc67d

Browse files
author
sam7wx
committed
Updated man page for -d option
1 parent 230e846 commit 50dc67d

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

man/gist.1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GIST" "1" "May 2011" "GITHUB" "Gist Manual"
4+
.TH "GIST" "1" "June 2011" "GITHUB" "Gist Manual"
55
.
66
.SH "NAME"
77
\fBgist\fR \- gist on the command line
@@ -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 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 token are provided (see \fBCONFIGURATION\fR)\.
2323
.
2424
.P
2525
These options can be used to change this behavior:
@@ -33,6 +33,10 @@ Create a private gist instead of a public gist\.
3333
Set the file extension explicitly\. Passing a type of \fBrb\fR ensures the gist is created as a Ruby file\.
3434
.
3535
.TP
36+
\fB\-d\fR, \fB\-\-description\fR
37+
Set a description\.
38+
.
39+
.TP
3640
\fB\-o\fR, \fB\-\-[no\-]open\fR
3741
Open the gist in your browser after creation\. Or don\'t\. Defaults to \-\-open
3842
.

man/gist.1.html

Lines changed: 5 additions & 3 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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ browser, too.
2222
## OPTIONS
2323

2424
`gist`'s default mode of operation is to read content from standard
25-
input and create a public, text gist from it, tied to your GitHub
26-
account if you user and token are provided (see `CONFIGURATION`).
25+
input and create a public, text gist without description from it, tied
26+
to your GitHub account if you user and token are provided (see
27+
`CONFIGURATION`).
2728
2829
These options can be used to change this behavior:
2930
@@ -34,6 +35,9 @@ These options can be used to change this behavior:
3435
Set the file extension explicitly. Passing a type of `rb` ensures
3536
the gist is created as a Ruby file.
3637
38+
* `-d`, `--description`:
39+
Set a description.
40+
3741
* `-o`, `--[no-]open`:
3842
Open the gist in your browser after creation. Or don't. Defaults
3943
to --open

0 commit comments

Comments
 (0)