aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-unpack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-04 14:58:15 -0800
committerJunio C Hamano <gitster@pobox.com>2013-11-04 14:58:16 -0800
commitea065926b3fc78498ace9c6b1a5e4c6bdfe95e50 (patch)
tree8538e5530f34f0b119b003096a8023f493eacaca /Documentation/git-unpack-objects.txt
parentd35a42a62e6e710f34f0c6f81d3da644a7bbc2dd (diff)
parent61e2e22f60e9d346382482b18f7db427108ee864 (diff)
downloadgit-ea065926b3fc78498ace9c6b1a5e4c6bdfe95e50.tar.gz
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