git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-update-ref documentation: --no-deref can be used together with -d
@ 2011-09-07 16:06 Bernhard R. Link
  0 siblings, 0 replies; only message in thread
From: Bernhard R. Link @ 2011-09-07 16:06 UTC (permalink / raw)
  To: git

---
 Documentation/git-update-ref.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt
index d377a35..5da3691 100644
--- a/Documentation/git-update-ref.txt
+++ b/Documentation/git-update-ref.txt
@@ -8,7 +8,7 @@ git-update-ref - Update the object name stored in a ref safely
 SYNOPSIS
 --------
 [verse]
-'git update-ref' [-m <reason>] (-d <ref> [<oldvalue>] | [--no-deref] <ref> <newvalue> [<oldvalue>])
+'git update-ref' [-m <reason>] [--no-deref] (-d <ref> [<oldvalue>] | <ref> <newvalue> [<oldvalue>])
 
 DESCRIPTION
 -----------
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-07 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 16:06 [PATCH] git-update-ref documentation: --no-deref can be used together with -d Bernhard R. Link

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).