aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2023-12-25 21:21:27 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-26 11:06:57 -0800
commit51e846e673ca749273534d063082627a561f7622 (patch)
treebed7bc58bb40637f6627b0e7bf3178aa47348e9d /Documentation/git.txt
parent2162f9f6f86df4f49c3a716b5beb3952104ea8b8 (diff)
downloadgit-51e846e673ca749273534d063082627a561f7622.tar.gz
doc: enforce placeholders in documentation
Any string that is not meant to be used verbatim in the documentation should be marked as a placeholder. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 6536a73960..881c77312f 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -202,7 +202,7 @@ If you just want to run git as if it was started in `<path>` then use
Do not perform optional operations that require locks. This is
equivalent to setting the `GIT_OPTIONAL_LOCKS` to `0`.
---list-cmds=group[,group...]::
+--list-cmds=<group>[,<group>...]::
List commands by group. This is an internal/experimental
option and may change or be removed in the future. Supported
groups are: builtins, parseopt (builtin commands that use