Docs: rearrange subcommands for multi-pack-index
We will add new subcommands to the multi-pack-index, and that will make the documentation a bit messier. Clean up the 'verb' descriptions by renaming the concept to 'subcommand' and removing the reference to the object directory. Helped-by: Stefan Beller <sbeller@google.com> Helped-by: Szeder Gábor <szeder.dev@gmail.com> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
8434e85d5f
commit
81efa16154
@ -9,7 +9,7 @@ git-multi-pack-index - Write and verify multi-pack-indexes
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git multi-pack-index' [--object-dir=<dir>] <verb>
|
'git multi-pack-index' [--object-dir=<dir>] <subcommand>
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
@ -23,13 +23,13 @@ OPTIONS
|
|||||||
`<dir>/packs/multi-pack-index` for the current MIDX file, and
|
`<dir>/packs/multi-pack-index` for the current MIDX file, and
|
||||||
`<dir>/packs` for the pack-files to index.
|
`<dir>/packs` for the pack-files to index.
|
||||||
|
|
||||||
|
The following subcommands are available:
|
||||||
|
|
||||||
write::
|
write::
|
||||||
When given as the verb, write a new MIDX file to
|
Write a new MIDX file.
|
||||||
`<dir>/packs/multi-pack-index`.
|
|
||||||
|
|
||||||
verify::
|
verify::
|
||||||
When given as the verb, verify the contents of the MIDX file
|
Verify the contents of the MIDX file.
|
||||||
at `<dir>/packs/multi-pack-index`.
|
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
|
Loading…
Reference in New Issue
Block a user