mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Typo fixes.
This commit is contained in:
parent
a9d9d3baa2
commit
33b43dc928
|
|
@ -127,7 +127,7 @@ edit_file() {
|
|||
|
||||
_usage() {
|
||||
cat << EOF
|
||||
Usage: git ignore [OPTON]... [PATTERN]...
|
||||
Usage: git ignore [OPTION]... [PATTERN]...
|
||||
Modify or display local global or private gitignore files.
|
||||
|
||||
OPTIONs set context (local, global, private) and action (display, add,
|
||||
|
|
@ -148,7 +148,7 @@ Options:
|
|||
-e, --edit Set action to edit
|
||||
-r, --remove Set action to remove
|
||||
-h, --help Print this message
|
||||
-- End of options delimeter
|
||||
-- End of options delimiter
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ Default behavior:
|
|||
|
||||
--
|
||||
|
||||
End of options delimeter. Everything to the right of it is treated as positional arguments or more precisely a *pattern*.
|
||||
End of options delimiter. Everything to the right of it is treated as positional arguments or more precisely a *pattern*.
|
||||
|
||||
-h, --help
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue