From: Michael J Gruber Date: Thu, 29 Apr 2010 15:42:47 +0000 (+0200) Subject: index-pack: fix trivial typo in usage string X-Git-Tag: v1.7.2-rc0~43^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ed215b109fc0e352456ea2ef6a0f8375e28466d5;p=git.git index-pack: fix trivial typo in usage string Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- diff --git a/builtin-index-pack.c b/builtin-index-pack.c index b4cf8c53e..03d0cd2f4 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 ] [{ ---keep | --keep= }] [--strict] { | --stdin [--fix-thin] [] }"; +"git index-pack [-v] [-o ] [{ --keep | --keep= }] [--strict] { | --stdin [--fix-thin] [] }"; struct object_entry {