diff options
author | Christian Couder <christian.couder@gmail.com> | 2015-11-24 12:55:07 +0100 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2015-11-24 15:44:40 -0500 |
commit | 5cb2e162d21fa45a63f186b31970e2e9c9b10ba9 (patch) | |
tree | 791d81e3988f7eb89b2003c58a8481358ba371cc | |
parent | af40944bda352190f05d22b7cb8fe88beb17f3a7 (diff) | |
download | git-5cb2e162d21fa45a63f186b31970e2e9c9b10ba9.tar.gz |
Documentation/git-update-index: add missing opts to synopsys
Untracked cache related options should appear in the synopsis.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Jeff King <peff@peff.net>
-rw-r--r-- | Documentation/git-update-index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 1a296bc29a..3df9c26f44 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -17,6 +17,7 @@ SYNOPSIS [--[no-]assume-unchanged] [--[no-]skip-worktree] [--ignore-submodules] + [--[no-|force-]untracked-cache] [--really-refresh] [--unresolve] [--again | -g] [--info-only] [--index-info] [-z] [--stdin] [--index-version <n>] |