Typo fixes.

This commit is contained in:
kdergachev 2026-07-09 22:39:55 +03:00
parent a9d9d3baa2
commit 33b43dc928
2 changed files with 3 additions and 3 deletions

View file

@ -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
}

View file

@ -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