summaryrefslogtreecommitdiffstats
path: root/Documentation/git-archive.txt
diff options
context:
space:
mode:
authorwilliam pursell <bill.pursell@gmail.com>2007-06-09 17:44:12 +0200
committerJunio C Hamano <gitster@pobox.com>2007-06-09 19:42:48 +0200
commit29cf5e1245344b8827ffc0bbcb6f712a3ccc647d (patch)
tree7345b8572ff81d310695ce44cb2f93fbe054b63f /Documentation/git-archive.txt
parentcheckout: do not get confused with ambiguous tag/branch names (diff)
downloadgit-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.tar.xz
git-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.zip
Make command description imperative statement, not third-person present.
In several of the text messages, the tense of the verb is inconsistent. For example, "Add" vs "Creates". It is customary to use imperative for command description. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-archive.txt')
-rw-r--r--Documentation/git-archive.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index 721e0351c3..4da07c1580 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -3,7 +3,7 @@ git-archive(1)
NAME
----
-git-archive - Creates an archive of files from a named tree
+git-archive - Create an archive of files from a named tree
SYNOPSIS