diff options
author | Junio C Hamano <junkio@cox.net> | 2006-09-13 12:59:20 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-13 12:59:49 -0700 |
commit | 3b67d2917a0e93aa583c4069f5a00655e05dbd84 (patch) | |
tree | 293e08671de85b2cef44829f5a21dd9b8fe1f3d1 /Documentation/git-unpack-objects.txt | |
parent | f986f2c830b24a0f56f2bf4b3f30353ca1e372a9 (diff) | |
download | git-3b67d2917a0e93aa583c4069f5a00655e05dbd84.tar.gz git-3b67d2917a0e93aa583c4069f5a00655e05dbd84.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index 415c09ba1..ff6184b0f 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. |