Skip to content

Commit ed215b1

Browse files
Michael J Grubergitster
authored andcommitted
index-pack: fix trivial typo in usage string
Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 48bb303 commit ed215b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-index-pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "exec_cmd.h"
1212

1313
static const char index_pack_usage[] =
14-
"git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
14+
"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
1515

1616
struct object_entry
1717
{

0 commit comments

Comments
 (0)