Skip to content

Commit 61e2e22

Browse files
viviengitster
authored andcommitted
Documentation: "pack-file" is not literal in unpack-objects
Make it clear that "pack-file" is not to be spelled as is in the unpack-objects usage. Signed-off-by: Vivien Didelot <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7242498 commit 61e2e22

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)