diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:06:29 +0200 |
commit | 5676b04a44935752314483182114069ecabe230a (patch) | |
tree | d7645c88de4d845deb5e607466b1038dc30e1e11 /Documentation/git-help.txt | |
parent | documentation: employ consistent verb tense for a list (diff) | |
download | git-5676b04a44935752314483182114069ecabe230a.tar.xz git-5676b04a44935752314483182114069ecabe230a.zip |
documentation: fix verb tense
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-help.txt')
-rw-r--r-- | Documentation/git-help.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt index 7cb4b4bda1..ee18a2b743 100644 --- a/Documentation/git-help.txt +++ b/Documentation/git-help.txt @@ -48,7 +48,7 @@ OPTIONS ------- -a:: --all:: - Prints all the available commands on the standard output. + Print all the available commands on the standard output. --no-external-commands:: When used with `--all`, exclude the listing of external "git-*" @@ -69,10 +69,10 @@ OPTIONS -g:: --guides:: - Prints a list of the Git concept guides on the standard output. + Print a list of the Git concept guides on the standard output. --user-interfaces:: - Prints a list of the repository, command and file interfaces + Print a list of the repository, command and file interfaces documentation on the standard output. + In-repository file interfaces such as `.git/info/exclude` are |