diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-04-29 17:42:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-01 11:58:37 -0700 |
commit | ed215b109fc0e352456ea2ef6a0f8375e28466d5 (patch) | |
tree | 9490fd0b94b6567027aa140741b8868185730e6b /builtin-index-pack.c | |
parent | 48bb30331dc1139a7279d1665cfc76f14b5d0e67 (diff) | |
download | git-ed215b109fc0e352456ea2ef6a0f8375e28466d5.tar.gz git-ed215b109fc0e352456ea2ef6a0f8375e28466d5.tar.xz |
index-pack: fix trivial typo in usage string
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-index-pack.c')
-rw-r--r-- | 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 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 <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 { |