Skip to content

Commit

Permalink
Make command description imperative statement, not third-person present.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
william pursell authored and Junio C Hamano committed Jun 9, 2007
1 parent 5035242 commit 29cf5e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-archive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-prune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29cf5e1

Please sign in to comment.