Code

Documentation: git fmt-merge-msg does not have to be a script
[git.git] / Documentation / git-merge.txt
index af68d694a0ad8066b05fcc02bae8e57a7c137034..ac9f17a11ed0456205f3fa1c72f48906bb16eb25 100644 (file)
@@ -28,9 +28,10 @@ OPTIONS
 include::merge-options.txt[]
 
 -m <msg>::
-       The commit message to be used for the merge commit (in case
-       it is created). The 'git-fmt-merge-msg' script can be used
-       to give a good default for automated 'git-merge' invocations.
+       Set the commit message to be used for the merge commit (in
+       case one is created). The 'git fmt-merge-msg' command can be
+       used to give a good default for automated 'git merge'
+       invocations.
 
 <remote>...::
        Other branch heads to merge into our branch.  You need at