summaryrefslogtreecommitdiff
path: root/Documentation/git-prune.txt
diff options
context:
space:
mode:
authorwilliam pursell <bill.pursell@gmail.com>2007-06-09 15:44:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-06-09 17:42:48 (GMT)
commit29cf5e1245344b8827ffc0bbcb6f712a3ccc647d (patch)
tree7345b8572ff81d310695ce44cb2f93fbe054b63f /Documentation/git-prune.txt
parent5035242c4785bd23c53827a1656b5f97394f724e (diff)
downloadgit-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.zip
git-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.tar.gz
git-29cf5e1245344b8827ffc0bbcb6f712a3ccc647d.tar.bz2
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-prune.txt')
-rw-r--r--Documentation/git-prune.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index 0b44f30..b8166a2 100644
--- a/Documentation/git-prune.txt
+++ b/Documentation/git-prune.txt
@@ -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