Code

Merge branch 'js/maint-daemon-syslog'
[git.git] / Documentation / git-verify-pack.txt
index 478f236996eac55c8142d48de8bda1456b426d4a..53a9ce308541c73b6a0fc880d699ed7bed1817cb 100644 (file)
@@ -8,13 +8,13 @@ git-verify-pack - Validate packed git archive files
 
 SYNOPSIS
 --------
-'git-verify-pack' [-v] [--] <pack>.idx ...
+'git verify-pack' [-v] [--] <pack>.idx ...
 
 
 DESCRIPTION
 -----------
-Reads given idx file for packed git archive created with
-git-pack-objects command and verifies idx file and the
+Reads given idx file for packed git archive created with the
+'git-pack-objects' command and verifies idx file and the
 corresponding pack file.
 
 OPTIONS