aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-unpack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-13 12:59:20 -0700
committerJunio C Hamano <junkio@cox.net>2006-09-13 12:59:49 -0700
commit3b67d2917a0e93aa583c4069f5a00655e05dbd84 (patch)
tree293e08671de85b2cef44829f5a21dd9b8fe1f3d1 /Documentation/git-unpack-objects.txt
parentf986f2c830b24a0f56f2bf4b3f30353ca1e372a9 (diff)
downloadgit-3b67d2917a0e93aa583c4069f5a00655e05dbd84.tar.gz
unpack-objects -r: call it "recover".
The code called this operation "desperate" but the option flag is -r and the word "recover" describes what it does better. Signed-off-by: Junio C Hamano <junkio@cox.net>
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 415c09ba10..ff6184b0f7 100644
--- a/Documentation/git-unpack-objects.txt
+++ b/Documentation/git-unpack-objects.txt
@@ -37,7 +37,7 @@ OPTIONS
-r::
When unpacking a corrupt packfile, the command dies at
the first corruption. This flag tells it to keep going
- and make the best effort to salvage as many objects as
+ and make the best effort to recover as many objects as
possible.