Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
index-pack: fix trivial typo in usage string
author
Michael J Gruber
<git@drmicha.warpmail.net>
Thu, 29 Apr 2010 15:42:47 +0000
(17:42 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 1 May 2010 18:58:37 +0000
(11:58 -0700)
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-index-pack.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
48bb303
)
diff --git
a/builtin-index-pack.c
b/builtin-index-pack.c
index b4cf8c53e0ebbee65a0e4bc0ac1afd1173d1b8e8..03d0cd2f47016b59994a75c11403061fcad8a165 100644
(file)
--- 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
{