All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Actually, git-reset arguments are mutually exclusive.
@ 2005-10-29  4:16 c.shoemaker
  0 siblings, 0 replies; only message in thread
From: c.shoemaker @ 2005-10-29  4:16 UTC (permalink / raw)


Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>

---

 git-reset.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

7f1c4f07629a1e4328341415e9949d333c718cc8
diff --git a/git-reset.sh b/git-reset.sh
--- a/git-reset.sh
+++ b/git-reset.sh
@@ -2,7 +2,7 @@
 . git-sh-setup || die "Not a git archive"
 
 usage () {
-	die 'Usage: git reset [--mixed] [--soft] [--hard]  [<commit-ish>]'
+	die 'Usage: git reset [--mixed | --soft | --hard]  [<commit-ish>]'
 }
 
 tmp=/var/tmp/reset.$$

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

only message in thread, other threads:[~2005-10-29  4:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29  4:16 [PATCH] Actually, git-reset arguments are mutually exclusive c.shoemaker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.