diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-10-29 15:43:14 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-10-29 15:43:14 -0700 |
| commit | 8b3bef88f7b887d9486f678bf191184e50656b2c (patch) | |
| tree | eb2d369fbb385e5813df91ee3dee798373afa954 | |
| parent | cca0a9da0535b18869d8c64fbcdd17bbccf87569 (diff) | |
| parent | 82a57cd13fa12b30607ebe5fabf51a2ade638f2c (diff) | |
| download | git-8b3bef88f7b887d9486f678bf191184e50656b2c.tar.gz | |
Merge branch 'ma/doc-git-version'
Typofix.
* ma/doc-git-version:
git.txt: fix typo
| -rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index d63c65e67d..281c5f8cae 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -42,7 +42,7 @@ OPTIONS --version:: Prints the Git suite version that the 'git' program came from. + -This option is internaly converted to `git version ...` and accepts +This option is internally converted to `git version ...` and accepts the same options as the linkgit:git-version[1] command. If `--help` is also given, it takes precedence over `--version`. |
