Code

user-manual: fixed typo in example
authorSteffen Prohaska <prohaska@zib.de>
Sat, 26 May 2007 19:16:27 +0000 (21:16 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 May 2007 06:54:35 +0000 (23:54 -0700)
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/user-manual.txt

index 52247aa7134345e94b3c2cc131d33224073f6eeb..4fabb8e2a9e601c82b55ac25b1b9d8cfb9a06d3a 100644 (file)
@@ -872,7 +872,7 @@ Obviously, endless variations are possible; for example, to see all
 commits reachable from some head but not from any tag in the repository:
 
 -------------------------------------------------
-$ gitk ($ git show-ref --heads ) --not  $( git show-ref --tags )
+$ gitk $( git show-ref --heads ) --not  $( git show-ref --tags )
 -------------------------------------------------
 
 (See gitlink:git-rev-parse[1] for explanations of commit-selecting