Skip to content

Commit e59ade9

Browse files
Sam Vilaingitster
authored andcommitted
fix documentation of unpack-objects -n
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 <[email protected]>
1 parent a1a5a63 commit e59ade9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-unpack-objects.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ new packs and replace existing ones.
2727
OPTIONS
2828
-------
2929
-n::
30-
Only list the objects that would be unpacked, don't actually unpack
31-
them.
30+
Dry run. Check the pack file without actually unpacking
31+
the objects.
3232

3333
-q::
3434
The command usually shows percentage progress. This

0 commit comments

Comments
 (0)