summaryrefslogtreecommitdiff
path: root/Documentation/git-unpack-objects.txt
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2013-10-31 21:41:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-10-31 22:11:28 (GMT)
commit724249862e4251b4ff16ca444b8300e79bcd15b1 (patch)
tree583b8a54f57348459d94eb075faf191bfceb2e96 /Documentation/git-unpack-objects.txt
parent87b7b84159381f5f0483e425122886cd952e374e (diff)
downloadgit-724249862e4251b4ff16ca444b8300e79bcd15b1.zip
git-724249862e4251b4ff16ca444b8300e79bcd15b1.tar.gz
git-724249862e4251b4ff16ca444b8300e79bcd15b1.tar.bz2
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 <vivien.didelot@savoirfairelinux.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-unpack-objects.txt')
-rw-r--r--Documentation/git-unpack-objects.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt
index a42a75e..589cb95 100644
--- a/Documentation/git-unpack-objects.txt
+++ b/Documentation/git-unpack-objects.txt
@@ -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