git-prune-packed.txt: fix reference to GIT_OBJECT_DIRECTORY
authorSteffen Prohaska <prohaska@zib.de>
Mon, 23 Sep 2013 19:19:19 +0000 (21:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Oct 2013 23:01:22 +0000 (16:01 -0700)
git-prune-packed operates on GIT_OBJECT_DIRECTORY, not
GIT_OBJECT_DIR.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-prune-packed.txt
index 80dc022edea58b76aeea2f7df0876fd98bc6dc05..6738055bd3083825c06c82d1b7678ef453854253 100644 (file)
@@ -14,7 +14,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-This program searches the `$GIT_OBJECT_DIR` for all objects that currently
+This program searches the `$GIT_OBJECT_DIRECTORY` for all objects that currently
 exist in a pack file as well as the independent object directories.
 
 All such extra objects are removed.