From: Martin Ă…gren Date: Sun, 20 Aug 2017 09:40:09 +0000 (-0400) Subject: doc/interpret-trailers: fix "the this" typo X-Git-Tag: v2.15.0-rc0~127^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a0d0c037cc187a6eee6329206b9f6a48746a054;p=thirdparty%2Fgit.git doc/interpret-trailers: fix "the this" typo Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt index 1df8aabf51..2e22210734 100644 --- a/Documentation/git-interpret-trailers.txt +++ b/Documentation/git-interpret-trailers.txt @@ -21,7 +21,7 @@ This command reads some patches or commit messages from either the arguments or the standard input if no is specified. If `--parse` is specified, the output consists of the parsed trailers. -Otherwise, the this command applies the arguments passed using the +Otherwise, this command applies the arguments passed using the `--trailer` option, if any, to the commit message part of each input file. The result is emitted on the standard output.