summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2013-11-01 11:42:43 -0400
committerJunio C Hamano <gitster@pobox.com>2013-11-01 09:13:35 -0700
commit61e2e22f60e9d346382482b18f7db427108ee864 (patch)
tree67f2cd28209eb58d15051a294bff68d782e4ff59
parent724249862e4251b4ff16ca444b8300e79bcd15b1 (diff)
downloadgit-vd/doc-unpack-objects.tar.gz
Documentation: "pack-file" is not literal in unpack-objectsvd/doc-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 <vivien.didelot@savoirfairelinux.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 589cb95335..6b94df39b6 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