diff --git a/bin/git-ignore b/bin/git-ignore index 165bcf7..f7c2ab5 100755 --- a/bin/git-ignore +++ b/bin/git-ignore @@ -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 } diff --git a/man/git-ignore.md b/man/git-ignore.md index cf6d86a..f9b89c0 100644 --- a/man/git-ignore.md +++ b/man/git-ignore.md @@ -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