diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-update-cache.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-update-cache.txt b/Documentation/git-update-cache.txt index 604411d6d..947f2bded 100644 --- a/Documentation/git-update-cache.txt +++ b/Documentation/git-update-cache.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git-update-cache' [--add] [--remove] [--refresh] [--replace] [--ignore-missing] - [--force-remove <file>] + [--force-remove] [--cacheinfo <mode> <object> <file>]\* [--] [<file>]\* @@ -49,7 +49,7 @@ OPTIONS --force-remove:: Remove the file from the index even when the working directory - still has such a file. + still has such a file. (Implies --remove.) --replace:: By default, when a file `path` exists in the index, |