[PATCH] Unify Makefile indentation
[git.git] / Documentation / git-unpack-objects.txt
index 20dcbaa..a42a75e 100644 (file)
@@ -4,12 +4,12 @@ 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' [-q] <pack-file
 
 
 DESCRIPTION
@@ -18,6 +18,12 @@ 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
+-------
+-q::
+       The command usually shows percentage progress.  This
+       flag suppresses it.
+
 
 Author
 ------