aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-archive.txt
diff options
context:
space:
mode:
authorwilliam pursell <bill.pursell@gmail.com>2007-06-09 16:44:12 +0100
committerJunio C Hamano <gitster@pobox.com>2007-06-09 10:42:48 -0700
commit29cf5e1245344b8827ffc0bbcb6f712a3ccc647d (patch)
tree7345b8572ff81d310695ce44cb2f93fbe054b63f /Documentation/git-archive.txt
parent5035242c4785bd23c53827a1656b5f97394f724e (diff)
downloadgit-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.tar.gz
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