aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-update-index.txt
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2010-10-08 08:50:20 +0200
committerJunio C Hamano <gitster@pobox.com>2010-10-13 11:13:09 -0700
commit537497be58850dc9c54281d0306b422ab604cdee (patch)
tree14848bcee6b3c0d11f8cdf14d56701473f3c4b18 /Documentation/git-update-index.txt
parent01f6fd4b4e59bc131941d917138cdd2cc6662382 (diff)
downloadgit-537497be58850dc9c54281d0306b422ab604cdee.tar.gz
Documentation: update-index: -z applies also to --index-info
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-update-index.txt')
-rw-r--r--Documentation/git-update-index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt
index 74d1d49dbf..26fd8d0df8 100644
--- a/Documentation/git-update-index.txt
+++ b/Documentation/git-update-index.txt
@@ -144,8 +144,8 @@ you will need to handle the situation manually.
Report what is being added and removed from index.
-z::
- Only meaningful with `--stdin`; paths are separated with
- NUL character instead of LF.
+ Only meaningful with `--stdin` or `--index-info`; paths are
+ separated with NUL character instead of LF.
\--::
Do not interpret any more arguments as options.