Skip to content

Commit

Permalink
fix documentation of unpack-objects -n
Browse files Browse the repository at this point in the history
unpack-objects -n didn't print the object list as promised on the
manual page, so alter the documentation to reflect the behaviour

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Sam Vilain authored and Junio C Hamano committed Jun 6, 2007
1 parent a1a5a63 commit e59ade9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-unpack-objects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ new packs and replace existing ones.
OPTIONS
-------
-n::
Only list the objects that would be unpacked, don't actually unpack
them.
Dry run. Check the pack file without actually unpacking
the objects.

-q::
The command usually shows percentage progress. This
Expand Down

0 comments on commit e59ade9

Please sign in to comment.