Signed-off-by: Heikki Orsila <redacted>
---
Documentation/git-fmt-merge-msg.txt | 2 +-
Documentation/git-mv.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-fmt-merge-msg.txt b/Documentation/git-fmt-merge-msg.txt
index 1c24796..0067805 100644
--- a/Documentation/git-fmt-merge-msg.txt
+++ b/Documentation/git-fmt-merge-msg.txt
@@ -18,7 +18,7 @@ Takes the list of merged objects on stdin and produces a suitable
commit message to be used for the merge commit, usually to be
passed as the '<merge-message>' argument of 'git-merge'.
-This script is intended mostly for internal use by scripts
+This command is intended mostly for internal use by scripts
automatically invoking 'git-merge'.
OPTIONS
diff --git a/Documentation/git-mv.txt b/Documentation/git-mv.txt
index 9c56602..63b4365 100644
--- a/Documentation/git-mv.txt
+++ b/Documentation/git-mv.txt
@@ -12,7 +12,7 @@ SYNOPSIS
DESCRIPTION
-----------
-This script is used to move or rename a file, directory or symlink.
+Move or rename a file, directory or symlink.
git mv [-f] [-n] <source> <destination>
git mv [-f] [-n] [-k] <source> ... <destination directory>
--
1.6.1.2