git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] user-manual: fixed typo in example
@ 2007-05-26 19:16 Steffen Prohaska
  2007-05-26 19:35 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Prohaska @ 2007-05-26 19:16 UTC (permalink / raw)
  To: git; +Cc: Steffen Prohaska


Signed-off-by: Steffen Prohaska <prohaska@zib.de>
---
 Documentation/user-manual.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 52247aa..4fabb8e 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -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
-- 
1.5.1.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-26 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-26 19:16 [PATCH] user-manual: fixed typo in example Steffen Prohaska
2007-05-26 19:35 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).