X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-update-index.txt;h=1ca56c85aa66b96dc1774b77ba1e117d93847033;hb=b3f01ff29f7131e959bcfdfd004744d74d5fa319;hp=74d1d49dbffda60a00f6c195d77020b5ec7be979;hpb=12378c0aa8d06cb0e965935ca6d393a9b66b095a;p=git.git diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 74d1d49db..1ca56c85a 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git update-index' [--add] [--remove | --force-remove] [--replace] [--refresh] [-q] [--unmerged] [--ignore-missing] - [--cacheinfo ]* + [(--cacheinfo )...] [--chmod=(+|-)x] [--assume-unchanged | --no-assume-unchanged] [--skip-worktree | --no-skip-worktree] @@ -21,7 +21,7 @@ SYNOPSIS [--info-only] [--index-info] [-z] [--stdin] [--verbose] - [--] []* + [--] [...] DESCRIPTION ----------- @@ -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.