mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Fix doc error for git-ignore-io
This commit is contained in:
parent
6073594656
commit
469434a8eb
|
|
@ -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