aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDov Murik <dov.murik@linux.dev>2024-05-11 23:14:00 -0400
committerJunio C Hamano <gitster@pobox.com>2024-05-13 16:57:17 -0700
commitc81ffcff83f8dc6129aa6379ff269505919d0099 (patch)
treebb25e7944aca4bdeec6680469a74fbe6515459a0
parent0d464a4e6a5a19bd8fbea1deae22d48d14dccb01 (diff)
downloadgit-c81ffcff83f8dc6129aa6379ff269505919d0099.tar.gz
documentation: git-update-index: add --show-index-version to synopsis
In 606e088d5d (update-index: add --show-index-version, 2023-09-12), we added the new '--show-index-version' option to 'git-update-index' and documented it, but forgot to add it to the synopsis section. Add '--show-index-version' to the synopsis of 'git-update-index'. Signed-off-by: Dov Murik <dov.murik@linux.dev> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-update-index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt
index 8c47890a6a..7128aed540 100644
--- a/Documentation/git-update-index.txt
+++ b/Documentation/git-update-index.txt
@@ -25,6 +25,7 @@ SYNOPSIS
[--really-refresh] [--unresolve] [--again | -g]
[--info-only] [--index-info]
[-z] [--stdin] [--index-version <n>]
+ [--show-index-version]
[--verbose]
[--] [<file>...]