]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: restore a space in unpack-objects usage
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Thu, 31 Oct 2013 21:41:11 +0000 (17:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Oct 2013 22:11:28 +0000 (15:11 -0700)
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 <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-unpack-objects.txt

index a42a75e0773384aacec4d1c05c3a1d86aec01e6a..589cb953358d0a678583a751a28f0be0ee2aac7e 100644 (file)
@@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive.
 
 SYNOPSIS
 --------
-'git-unpack-objects' [-q] <pack-file
+'git-unpack-objects' [-q] < pack-file
 
 
 DESCRIPTION