* [PATCH] Fix documentation: "fmt-merge-msg" and "mv" are no longer scripts
@ 2009-07-26 16:08 Heikki Orsila
0 siblings, 0 replies; only message in thread
From: Heikki Orsila @ 2009-07-26 16:08 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-26 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-26 16:08 [PATCH] Fix documentation: "fmt-merge-msg" and "mv" are no longer scripts Heikki Orsila
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).