mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix doc error for git-ignore-io
This commit is contained in:
parent
6073594656
commit
b988558ea4
|
|
@ -19,10 +19,10 @@ Get sample gitignore file from gitignore\.io \fIhttps://www\.gitignore\.io\fR
|
|||
[\-e|\-\-export] \fItypes\fR\.\.\. Export new \.gitignore to the current directory (The old one will be replaced)
|
||||
.
|
||||
.br
|
||||
[\-l] Print available types in alphabetical order
|
||||
[\-L] Print available types in alphabetical order
|
||||
.
|
||||
.br
|
||||
[\-L] Print available types in table format
|
||||
[\-l] Print available types in table format
|
||||
.
|
||||
.br
|
||||
[\-s|\-\-search] \fIword\fR Search word in available types
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@
|
|||
|
||||
<p>[-a|--append] <var>types</var>... Append new .gitignore content to .gitignore under the current directory<br />
|
||||
[-e|--export] <var>types</var>... Export new .gitignore to the current directory (The old one will be replaced)<br />
|
||||
[-l] Print available types in alphabetical order<br />
|
||||
[-L] Print available types in table format<br />
|
||||
[-L] Print available types in alphabetical order<br />
|
||||
[-l] Print available types in table format<br />
|
||||
[-s|--search] <var>word</var> Search word in available types<br />
|
||||
[-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types stored)<br />
|
||||
[-u|--update-list] Update ~/.gi_list</p>
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Lee-W <a href="mailto:cl87654321@gmail.com" data-bare-link="true">cl87654321@gmail.com</a></p>
|
||||
<p>Written by Lee-W <a href="mailto:cl87654321@gmail.com" data-bare-link="true">cl87654321@gmail.com</a></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ Get sample gitignore file from [gitignore.io](https://www.gitignore.io)
|
|||
|
||||
[-a|--append] <types>... Append new .gitignore content to .gitignore under the current directory
|
||||
[-e|--export] <types>... Export new .gitignore to the current directory (The old one will be replaced)
|
||||
[-l] Print available types in alphabetical order
|
||||
[-L] Print available types in table format
|
||||
[-L] Print available types in alphabetical order
|
||||
[-l] Print available types in table format
|
||||
[-s|--search] <word> Search word in available types
|
||||
[-t|--show-update-time] Show the last modified time of ~/.gi\_list (where the list of available types stored)
|
||||
[-u|--update-list] Update ~/.gi\_list
|
||||
|
|
|
|||
Loading…
Reference in a new issue