Skip to content

Commit 8695353

Browse files
dschogitster
authored andcommitted
Fix typo in pack-objects' usage
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Pat Thoyts <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8713feb commit 8695353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/pack-objects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const char pack_usage[] =
3030
" [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset]\n"
3131
" [--threads=N] [--non-empty] [--revs [--unpacked | --all]*]\n"
3232
" [--reflog] [--stdout | base-name] [--include-tag]\n"
33-
" [--keep-unreachable | --unpack-unreachable \n"
33+
" [--keep-unreachable | --unpack-unreachable]\n"
3434
" [<ref-list | <object-list]";
3535

3636
struct object_entry {

0 commit comments

Comments
 (0)