We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bb303 commit ed215b1Copy full SHA for ed215b1
builtin-index-pack.c
@@ -11,7 +11,7 @@
11
#include "exec_cmd.h"
12
13
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>] }";
+"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
15
16
struct object_entry
17
{
0 commit comments