Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-05 02:58:15 +0400
committerJunio C Hamano <gitster@pobox.com>2013-11-05 02:58:16 +0400
commitea065926b3fc78498ace9c6b1a5e4c6bdfe95e50 (patch)
tree8538e5530f34f0b119b003096a8023f493eacaca /Documentation/git-unpack-objects.txt
parentd35a42a62e6e710f34f0c6f81d3da644a7bbc2dd (diff)
parent61e2e22f60e9d346382482b18f7db427108ee864 (diff)
Merge branch 'vd/doc-unpack-objects'
* vd/doc-unpack-objects: Documentation: "pack-file" is not literal in unpack-objects Documentation: restore a space in unpack-objects usage
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 ff23494e70..12cb108b85 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
--------
[verse]
-'git unpack-objects' [-n] [-q] [-r] [--strict] <pack-file
+'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file>
DESCRIPTION