mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix typo
This commit is contained in:
parent
8d0eae5c7f
commit
b517022e15
|
|
@ -62,7 +62,7 @@ show_usage() {
|
|||
echo " [-l|--list-in-table] Print available types in table format"
|
||||
echo " [-L|--list-alphabetically] Print available types in alphabetical order "
|
||||
echo " [-s|--search] <word> Search word in available types"
|
||||
echo " [-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types stored)"
|
||||
echo " [-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types is stored)"
|
||||
echo " [-u|--update-list] Update ~/.gi_list"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Get sample gitignore file from gitignore\.io \fIhttps://www\.gitignore\.io\fR
|
|||
[\-s|\-\-search] \fIword\fR 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)
|
||||
[\-t|\-\-show\-update\-time] Show the last modified time of ~/\.gi_list (where the list of available types is stored)
|
||||
.
|
||||
.br
|
||||
[\-u|\-\-update\-list] Update ~/\.gi_list
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
[-l|--list-in-table] Print available types in table format<br />
|
||||
[-L|--list-alphabetically] Print available types in alphabetical order<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 />
|
||||
[-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types is stored)<br />
|
||||
[-u|--update-list] Update ~/.gi_list</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ Get sample gitignore file from [gitignore.io](https://www.gitignore.io)
|
|||
[-l|--list-in-table] Print available types in table format
|
||||
[-L|--list-alphabetically] Print available types in alphabetical order
|
||||
[-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)
|
||||
[-t|--show-update-time] Show the last modified time of ~/.gi\_list (where the list of available types is stored)
|
||||
[-u|--update-list] Update ~/.gi\_list
|
||||
|
||||
## EXAMPLES
|
||||
|
|
|
|||
Loading…
Reference in a new issue