diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2013-11-01 11:42:43 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-01 09:13:35 -0700 |
commit | 61e2e22f60e9d346382482b18f7db427108ee864 (patch) | |
tree | 67f2cd28209eb58d15051a294bff68d782e4ff59 | |
parent | 724249862e4251b4ff16ca444b8300e79bcd15b1 (diff) | |
download | git-61e2e22f60e9d346382482b18f7db427108ee864.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.txt | 2 |
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 |