diff --git a/man/git-ignore-io.1 b/man/git-ignore-io.1 index 6ecc055..e0844c0 100644 --- a/man/git-ignore-io.1 +++ b/man/git-ignore-io.1 @@ -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 diff --git a/man/git-ignore-io.1.html b/man/git-ignore-io.1.html index ce8d994..de87937 100644 --- a/man/git-ignore-io.1.html +++ b/man/git-ignore-io.1.html @@ -86,8 +86,8 @@
[-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
Written by Lee-W cl87654321@gmail.com
+Written by Lee-W cl87654321@gmail.com