Update Release Notes to 1.7.5
[gitweb.git] / Documentation / git-apply.txt
index 881652f4904c102104cfe0a0b1de07dbfc32da3f..2dcfc097d39dc3a18c774dbc1eab8ac343abf601 100644 (file)
@@ -22,7 +22,7 @@ DESCRIPTION
 -----------
 Reads the supplied diff output (i.e. "a patch") and applies it to files.
 With the `--index` option the patch is also applied to the index, and
-with the `--cache` option the patch is only applied to the index.
+with the `--cached` option the patch is only applied to the index.
 Without these options, the command applies the patch only to files,
 and does not require them to be in a git repository.