]> git.ipfire.org Git - thirdparty/git.git/commit
documentation: git-update-index: add --show-index-version to synopsis
authorDov Murik <dov.murik@linux.dev>
Sun, 12 May 2024 03:14:00 +0000 (23:14 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2024 23:57:17 +0000 (16:57 -0700)
commitc81ffcff83f8dc6129aa6379ff269505919d0099
treebb25e7944aca4bdeec6680469a74fbe6515459a0
parent0d464a4e6a5a19bd8fbea1deae22d48d14dccb01
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>
Documentation/git-update-index.txt