Skip to content

Commit 7242498

Browse files
viviengitster
authored andcommitted
Documentation: restore a space in unpack-objects usage
The commit 87b7b84 removed a space in the unpack-objects usage, which makes the synopsis a bit confusing. This patch simply restores it. Signed-off-by: Vivien Didelot <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 87b7b84 commit 7242498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-unpack-objects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive.
99

1010
SYNOPSIS
1111
--------
12-
'git-unpack-objects' [-q] <pack-file
12+
'git-unpack-objects' [-q] < pack-file
1313

1414

1515
DESCRIPTION

0 commit comments

Comments
 (0)