diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:14 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | 6cc668c0abd65415a461c6dddfefffaaeb1d5adc (patch) | |
| tree | 3c50d80fbb4209594f0779be95899d7ba251cb82 /Documentation/gitcli.txt | |
| parent | documentation: fix verb vs. noun (diff) | |
| download | git-6cc668c0abd65415a461c6dddfefffaaeb1d5adc.tar.gz git-6cc668c0abd65415a461c6dddfefffaaeb1d5adc.zip | |
documentation: fix singular vs. plural
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/gitcli.txt')
| -rw-r--r-- | Documentation/gitcli.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index f0986881ba..71ffe5556a 100644 --- a/Documentation/gitcli.txt +++ b/Documentation/gitcli.txt @@ -26,7 +26,7 @@ arguments. Here are the rules: accept dashed options after you have already given non-option arguments (which may make the command ambiguous), but you should not rely on it (because eventually we may find a way to fix - these ambiguity by enforcing the "options then args" rule). + these ambiguities by enforcing the "options then args" rule). * Revisions come first and then paths. E.g. in `git diff v1.0 v2.0 arch/x86 include/asm-x86`, |
