Fix typo in pack-objects' usage
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
8713feb16d
commit
8695353147
@ -30,7 +30,7 @@ static const char pack_usage[] =
|
||||
" [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset]\n"
|
||||
" [--threads=N] [--non-empty] [--revs [--unpacked | --all]*]\n"
|
||||
" [--reflog] [--stdout | base-name] [--include-tag]\n"
|
||||
" [--keep-unreachable | --unpack-unreachable \n"
|
||||
" [--keep-unreachable | --unpack-unreachable]\n"
|
||||
" [<ref-list | <object-list]";
|
||||
|
||||
struct object_entry {
|
||||
|
Loading…
Reference in New Issue
Block a user