From de613050efec781e8380a0267879a25b2d489513 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 24 May 2018 16:11:39 -0400 Subject: Use proper syntax for replaceables in command docs The standard for command documentation synopses appears to be: [...] means optional <...> means replaceable [<...>] means both optional and replaceable So fix a number of doc pages that use incorrect variations of the above. Signed-off-by: Robert P. J. Day Signed-off-by: Junio C Hamano --- Documentation/git-show.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-show.txt') 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] [...] +'git show' [] [...] DESCRIPTION ----------- -- cgit v1.2.3