diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-06-01 15:06:39 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-01 15:06:39 +0900 |
commit | 7659bda0f3be83620ee8d8b7326be3dd2b53e2ae (patch) | |
tree | 5bf2326a2641f3b6eab30452461b3f857ad269e2 /Documentation/git-show.txt | |
parent | Merge branch 'en/rev-parse-invalid-range' (diff) | |
parent | Use proper syntax for replaceables in command docs (diff) | |
download | tgif-7659bda0f3be83620ee8d8b7326be3dd2b53e2ae.tar.xz |
Merge branch 'rd/doc-options-placeholder'
Docfix.
* rd/doc-options-placeholder:
Use proper syntax for replaceables in command docs
Diffstat (limited to 'Documentation/git-show.txt')
-rw-r--r-- | Documentation/git-show.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt index 0e1695df35..fcf528c1b3 100644 --- a/Documentation/git-show.txt +++ b/Documentation/git-show.txt @@ -9,7 +9,7 @@ git-show - Show various types of objects SYNOPSIS -------- [verse] -'git show' [options] [<object>...] +'git show' [<options>] [<object>...] DESCRIPTION ----------- |