summaryrefslogtreecommitdiff
path: root/Documentation/git-show.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-06-01 15:06:39 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-06-01 15:06:39 +0900
commit7659bda0f3be83620ee8d8b7326be3dd2b53e2ae (patch)
tree5bf2326a2641f3b6eab30452461b3f857ad269e2 /Documentation/git-show.txt
parentMerge branch 'en/rev-parse-invalid-range' (diff)
parentUse proper syntax for replaceables in command docs (diff)
downloadtgif-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.txt2
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
-----------