diff mbox series

[v2] documentation: git-update-index: add --show-index-version to synopsis

Message ID 20240512031400.28416-1-dov.murik@linux.dev (mailing list archive)
State Accepted
Commit c81ffcff83f8dc6129aa6379ff269505919d0099
Headers show
Series [v2] documentation: git-update-index: add --show-index-version to synopsis | expand

Commit Message

Dov Murik May 12, 2024, 3:14 a.m. UTC
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>
---
Range-diff against v1:
1:  da0359eef3 ! 1:  1de0c0d221 documentation: git-update-index: add --show-index-version to synopsis
    @@ Metadata
      ## Commit message ##
         documentation: git-update-index: add --show-index-version to synopsis
     
    -    Fixes: 606e088d5d9a ("update-index: add --show-index-version")
    +    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>
     
      ## Documentation/git-update-index.txt ##

 Documentation/git-update-index.txt | 1 +
 1 file changed, 1 insertion(+)


base-commit: 3402c0e53fb798cb471dd6562eb5c938885b7295
diff mbox series

Patch

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>...]