git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] index-pack: fix trivial typo in usage string
@ 2010-05-01 18:35 Michael J Gruber
  2010-05-02  6:33 ` Tay Ray Chuan
  0 siblings, 1 reply; 3+ messages in thread
From: Michael J Gruber @ 2010-05-01 18:35 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
 builtin/index-pack.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin/index-pack.c b/builtin/index-pack.c
index 7f32084..a89ae83 100644
--- a/builtin/index-pack.c
+++ b/builtin/index-pack.c
@@ -11,7 +11,7 @@
 #include "exec_cmd.h"
 
 static const char index_pack_usage[] =
-"git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
+"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
 
 struct object_entry
 {
-- 
1.7.1.328.g9993c

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

end of thread, other threads:[~2010-05-02 13:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-01 18:35 [PATCH] index-pack: fix trivial typo in usage string Michael J Gruber
2010-05-02  6:33 ` Tay Ray Chuan
2010-05-02 13:11   ` Dmitrijs Ledkovs

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