X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-verify-pack.txt;h=7a6132b016903801fd1070e062381a41ec52536a;hb=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0;hp=9b3946614fabdb62b99140bda3125ac839fa9fa0;hpb=98438bd0e893c23186fb82ea8b04964c0f1ef9d1;p=git.git diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index 9b394661..7a6132b0 100644 --- a/Documentation/git-verify-pack.txt +++ b/Documentation/git-verify-pack.txt @@ -3,17 +3,17 @@ git-verify-pack(1) NAME ---- -git-verify-pack - Validate packed GIT archive files. +git-verify-pack - Validate packed git archive files SYNOPSIS -------- -'git-verify-pack' [-v] .idx ... +'git-verify-pack' [-v] [--] .idx ... DESCRIPTION ----------- -Reads given idx file for packed GIT archive created with +Reads given idx file for packed git archive created with git-pack-objects command and verifies idx file and the corresponding pack file. @@ -25,6 +25,8 @@ OPTIONS -v:: After verifying the pack, show list of objects contained in the pack. +\--:: + Do not interpret any more arguments as options. OUTPUT FORMAT -------------