git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fixed a command line option type for builtin-fsck.c
@ 2007-10-30 19:15 Emil Medve
  2007-10-30 20:20 ` Pierre Habouzit
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Medve @ 2007-10-30 19:15 UTC (permalink / raw)
  To: madcoder, spearce, gitster, git; +Cc: Emil Medve

The typo was introduced by this commit: 5ac0a2063e8f824f6e8ffb4d18de74c55aae7131

Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
---

This patch applies to the 'next' branch

 builtin-fsck.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin-fsck.c b/builtin-fsck.c
index 64da3bd..e4874f6 100644
--- a/builtin-fsck.c
+++ b/builtin-fsck.c
@@ -680,7 +680,7 @@ static struct option fsck_opts[] = {
 	OPT_BOOLEAN(0, "cache", &keep_cache_objects, "make index objects head nodes"),
 	OPT_BOOLEAN(0, "reflogs", &include_reflogs, "make reflogs head nodes (default)"),
 	OPT_BOOLEAN(0, "full", &check_full, "also consider alternate objects"),
-	OPT_BOOLEAN(0, "struct", &check_strict, "enable more strict checking"),
+	OPT_BOOLEAN(0, "strict", &check_strict, "enable more strict checking"),
 	OPT_BOOLEAN(0, "lost-found", &write_lost_and_found,
 				"write dangling objects in .git/lost-found"),
 	OPT_END(),
-- 
1.5.3.4.1458.g3e72e-dirty

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

end of thread, other threads:[~2007-10-30 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 19:15 [PATCH] Fixed a command line option type for builtin-fsck.c Emil Medve
2007-10-30 20:20 ` Pierre Habouzit

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