diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-12 01:45:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-12 10:38:20 -0700 |
commit | 87b7b84159381f5f0483e425122886cd952e374e (patch) | |
tree | 86a8bd451b3062a9552cbd5a75a2ee584a7d660b /Documentation | |
parent | 0d62fb5672c7b6e3fc6c5418d61ff39bf6034741 (diff) | |
download | git-87b7b84159381f5f0483e425122886cd952e374e.tar.gz |
Update unpack-objects usage and documentation.
It long supported -q flag to suppress progress meter without
properly being documented.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-unpack-objects.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index a12b8438bf..a42a75e077 100644 --- a/Documentation/git-unpack-objects.txt +++ b/Documentation/git-unpack-objects.txt @@ -9,7 +9,7 @@ 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 ------ |