Documentation: "git pull" does not have the "-m" option
[gitweb.git] / Documentation / git-verify-pack.txt
index 0eb9ffbdd2e691c24ed07eb8c97828bc3a81b427..526ba7be9ca08ff1925a387a4d98a9a3aaf867a8 100644 (file)
@@ -40,11 +40,11 @@ OUTPUT FORMAT
 -------------
 When specifying the -v option the format used is:
 
-       SHA1 type size size-in-pack-file offset-in-packfile
+       SHA-1 type size size-in-pack-file offset-in-packfile
 
 for objects that are not deltified in the pack, and
 
-       SHA1 type size size-in-packfile offset-in-packfile depth base-SHA1
+       SHA-1 type size size-in-packfile offset-in-packfile depth base-SHA-1
 
 for objects that are deltified.