1
0
mirror of https://github.com/git/git.git synced 2025-04-04 16:28:11 +00:00

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>
This commit is contained in:
william pursell 2007-06-09 16:44:12 +01:00 committed by Junio C Hamano
parent 5035242c47
commit 29cf5e1245
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ git-clone(1)
NAME
----
git-clone - Clones a repository into a new directory
git-clone - Clone a repository into a new directory
SYNOPSIS

View File

@ -3,7 +3,7 @@ git-prune(1)
NAME
----
git-prune - Prunes all unreachable objects from the object database
git-prune - Prune all unreachable objects from the object database
SYNOPSIS