diff options
author | william pursell <bill.pursell@gmail.com> | 2007-06-09 16:44:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-09 10:42:48 -0700 |
commit | 29cf5e1245344b8827ffc0bbcb6f712a3ccc647d (patch) | |
tree | 7345b8572ff81d310695ce44cb2f93fbe054b63f /Documentation/git-clone.txt | |
parent | 5035242c4785bd23c53827a1656b5f97394f724e (diff) | |
download | git-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.tar.gz git-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.tar.xz |
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-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 644bf126f..ac938d39d 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -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 |