Skip to content

Commit c78974f

Browse files
sprohaskaJunio C Hamano
authored andcommitted
user-manual: fixed typo in example
Signed-off-by: Steffen Prohaska <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dfab71c commit c78974f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ Obviously, endless variations are possible; for example, to see all
872872
commits reachable from some head but not from any tag in the repository:
873873

874874
-------------------------------------------------
875-
$ gitk ($ git show-ref --heads ) --not $( git show-ref --tags )
875+
$ gitk $( git show-ref --heads ) --not $( git show-ref --tags )
876876
-------------------------------------------------
877877

878878
(See gitlink:git-rev-parse[1] for explanations of commit-selecting

0 commit comments

Comments
 (0)