summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0f246b7..a021101 100644
--- a/README
+++ b/README
@@ -26,5 +26,5 @@ $ git checkout -- .foo .bar .baz
$ echo '*' >> .git/info/exclude
# Tell Git to forget about repository fluff:
-$ git update-index --assumed-unchanged -- README # …
+$ git update-index --assume-unchanged -- README # …
```