aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-11-30 11:35:23 +0000
committerJunio C Hamano <gitster@pobox.com>2007-11-30 15:09:40 -0800
commit10455d2a955a29db1809be139177e4e298771eb0 (patch)
tree87113e5f4cc8ee2fd679f27de3cc98ac39138046 /Documentation/user-manual.txt
parent67d232426b8858b31e54a9b6a5a90916690d1153 (diff)
downloadgit-10455d2a955a29db1809be139177e4e298771eb0.tar.gz
Replace the word 'update-cache' by 'update-index' everywhere
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index b0a873bd7f..159de30e19 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -3706,7 +3706,7 @@ should use the `--remove` and `--add` flags respectively.
NOTE! A `--remove` flag does 'not' mean that subsequent filenames will
necessarily be removed: if the files still exist in your directory
structure, the index will be updated with their new status, not
-removed. The only thing `--remove` means is that update-cache will be
+removed. The only thing `--remove` means is that update-index will be
considering a removed file to be a valid thing, and if the file really
does not exist any more, it will update the index accordingly.