Remove trailing dot after short description
[git.git] / Documentation / git-unpack-objects.txt
index 20dcbaa..1828062 100644 (file)
@@ -1,15 +1,14 @@
 git-unpack-objects(1)
 =====================
-v0.1, July 2005
 
 NAME
 ----
-git-unpack-objects - Create a packed archive of objects.
+git-unpack-objects - Unpack objects from a packed archive
 
 
 SYNOPSIS
 --------
-'git-unpack-objects' pack-file
+'git-unpack-objects' [-n] [-q] <pack-file
 
 
 DESCRIPTION
@@ -18,6 +17,16 @@ Reads a packed archive (.pack) from the standard input, and
 expands the objects contained in the pack into "one-file
 one-object" format in $GIT_OBJECT_DIRECTORY.
 
+OPTIONS
+-------
+-n::
+        Only list the objects that would be unpacked, don't actually unpack
+        them.
+
+-q::
+       The command usually shows percentage progress.  This
+       flag suppresses it.
+
 
 Author
 ------
@@ -29,5 +38,5 @@ Documentation by Junio C Hamano
 
 GIT
 ---
-Part of the link:git.html[git] suite
+Part of the gitlink:git[7] suite