]> git.ipfire.org Git - thirdparty/git.git/commit
am: align placeholder for --whitespace option with apply
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2023 23:35:06 +0000 (16:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2023 23:35:44 +0000 (16:35 -0700)
commit14d569b1a75647855bf1cf094ec7c5a4f837129e
tree928f62c81fb655481c81da296931e034b4f472c6
parent0d1bd1dfb37ef25e1911777c94129fc769ffec38
am: align placeholder for --whitespace option with apply

`git am` passes the value given to its `--whitespace` option through
to the underlying `git apply`, and the value is called <action> over
there.  Fix the documentation for the command that calls the value
<option> to say <action> instead.

Note that the option help given by `git am -h` already calls the
value <action>, so there is no need to make a matching change there.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-am.txt