From c81ffcff83f8dc6129aa6379ff269505919d0099 Mon Sep 17 00:00:00 2001 From: Dov Murik Date: Sat, 11 May 2024 23:14:00 -0400 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git-update-index.txt | 1 + 1 file changed, 1 insertion(+) 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 ] + [--show-index-version] [--verbose] [--] [...]