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 8713feb commit 8695353Copy full SHA for 8695353
builtin/pack-objects.c
@@ -30,7 +30,7 @@ static const char pack_usage[] =
30
" [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset]\n"
31
" [--threads=N] [--non-empty] [--revs [--unpacked | --all]*]\n"
32
" [--reflog] [--stdout | base-name] [--include-tag]\n"
33
- " [--keep-unreachable | --unpack-unreachable \n"
+ " [--keep-unreachable | --unpack-unreachable]\n"
34
" [<ref-list | <object-list]";
35
36
struct object_entry {
0 commit comments