aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-interpret-trailers.txt
diff options
context:
space:
mode:
authorLinus Arver <linusa@google.com>2023-09-07 22:20:01 +0000
committerJunio C Hamano <gitster@pobox.com>2023-09-07 23:04:44 -0700
commit467bb1b97ad9181cc22dbebeb0efffada3e6b523 (patch)
tree4cd0497559cf45d076f770e75adf3615e086cbd4 /Documentation/git-interpret-trailers.txt
parentf659c56a8c43ce3d6e44c926ef2eb3883a4809e0 (diff)
downloadgit-467bb1b97ad9181cc22dbebeb0efffada3e6b523.tar.gz
trailer: trailer location is a place, not an action
Fix the help text to say "placement" instead of "action" because the values are placements, not actions. While we're at it, tweak the documentation to say "placements" instead of "values", similar to how the existing language for "--if-exists" uses the word "action" to describe both the syntax (with the phrase "--if-exists <action>") and the possible values (with the phrase "possible actions"). Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-interpret-trailers.txt')
-rw-r--r--Documentation/git-interpret-trailers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt
index 72f5bdb652..b5284c3d33 100644
--- a/Documentation/git-interpret-trailers.txt
+++ b/Documentation/git-interpret-trailers.txt
@@ -117,7 +117,7 @@ OPTIONS
and applies to all '--trailer' options until the next occurrence of
'--where' or '--no-where'. Upon encountering '--no-where', clear the
effect of any previous use of '--where', such that the relevant configuration
- variables are no longer overridden. Possible values are `after`,
+ variables are no longer overridden. Possible placements are `after`,
`before`, `end` or `start`.
--if-exists <action>::