summaryrefslogtreecommitdiffstats
path: root/Documentation/git-repack.txt
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-09-19 15:43:48 +0200
committerJunio C Hamano <gitster@pobox.com>2008-09-19 22:23:14 -0700
commit8d11fdeaf6735163e4af3fff699293e8250c07c3 (patch)
treee963e4c234f162eb014aeab370a5fcfae1289513 /Documentation/git-repack.txt
parent597faa00fdf69491c331f748fc62453726354629 (diff)
downloadgit-8d11fdeaf6735163e4af3fff699293e8250c07c3.tar.gz
git-8d11fdeaf6735163e4af3fff699293e8250c07c3.tar.xz
git-repack uses --no-repack-object, not --no-repack-delta.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-repack.txt')
-rw-r--r--Documentation/git-repack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index 38ac60947..bbe1485a9 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -60,7 +60,7 @@ OPTIONS
linkgit:git-pack-objects[1].
-f::
- Pass the `--no-reuse-delta` option to 'git-pack-objects'. See
+ Pass the `--no-reuse-object` option to `git-pack-objects`, see
linkgit:git-pack-objects[1].
-q::