Skip to content

Commit

Permalink
Update manual and description in Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Sep 8, 2015
1 parent 967b51c commit ccd5303
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ build

Generate sample gitignore file from [gitignore.io](https://www.gitignore.io)

Without option, `git ignore` show the sample gitignore on screen.
Without option, `git ignore-io <type>` shows the sample gitignore of specified types on screen.

```bash
$ git ignore-io vim
Expand Down
2 changes: 1 addition & 1 deletion man/git-ignore-io.1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\fBgit ignore\-io\fR \fIOPTIONS\fR
.
.SH "DESCRIPTION"
Get sample gitignore file from gitignore\.io \fI\fR
Get sample gitignore file from gitignore\.io \fIhttps://www\.gitignore\.io\fR
.
.SH "OPTIONS"
[\-a|\-\-append] \fItypes\fR\.\.\. Append new \.gitignore content to \.gitignore under the current directory
Expand Down
4 changes: 2 additions & 2 deletions man/git-ignore-io.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/git-ignore-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git-ignore-io(1) -- Get sample gitignore file
`git ignore-io` [OPTIONS]

## DESCRIPTION
Get sample gitignore file from [gitignore.io]("https://www.gitignore.io")
Get sample gitignore file from [gitignore.io](https://www.gitignore.io)

## OPTIONS

Expand Down

0 comments on commit ccd5303

Please sign in to comment.