]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-verify-pack.txt
Merge branch 'lt/default-abbrev' into maint
[thirdparty/git.git] / Documentation / git-verify-pack.txt
index 97f7f9165eca2311e4806e9cab8ef18c8c94f7d5..0f848de8b29dd32aebf0ab9b21ddddce0b06a5b2 100644 (file)
@@ -8,13 +8,13 @@ git-verify-pack - Validate packed git archive files
 
 SYNOPSIS
 --------
-'git verify-pack' [-v|--verbose] [--] <pack>.idx ...
+'git verify-pack' [-v|--verbose] [-s|--stat-only] [--] <pack>.idx ...
 
 
 DESCRIPTION
 -----------
 Reads given idx file for packed git archive created with the
-'git-pack-objects' command and verifies idx file and the
+'git pack-objects' command and verifies idx file and the
 corresponding pack file.
 
 OPTIONS