diff options
Diffstat (limited to 'Documentation/git-update-index.txt')
-rw-r--r-- | Documentation/git-update-index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 0d9847c528..6fa1d980f6 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -101,7 +101,7 @@ Using --cacheinfo or --info-only current working directory. This is useful for minimum-checkout merging. - To pretend you have a file with mode and sha1 at path, say: +To pretend you have a file with mode and sha1 at path, say: $ git-update-index --cacheinfo mode sha1 path |