X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-verify-pack.txt;h=4962d6975f03df28f0ab9b733dd6c17c1c38f1cb;hb=afcb536f288f28bb37acf11a5666a219b8f20200;hp=9b3946614fabdb62b99140bda3125ac839fa9fa0;hpb=98438bd0e893c23186fb82ea8b04964c0f1ef9d1;p=git.git diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index 9b3946614..4962d6975 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 -------------