mirror of
https://github.com/git/git.git
synced 2026-03-20 13:40:08 +01:00
Fix typo in pack-objects' usage
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Pat Thoyts
parent
edf957ba83
commit
e713d484bb
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user