summaryrefslogtreecommitdiffstats
path: root/git-count-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-21 10:34:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-21 10:34:22 +0000
commit3f2f6e5d768e1e09e959ec54a26e552b5dfc4f14 (patch)
treed4d3b9e33da31ec8fb99af5d4376194ac84fbfa6 /git-count-objects.txt
parent3580ad240fadb5ab479fd96c65350ec2b77c33bd (diff)
downloadgit-htmldocs-3f2f6e5d768e1e09e959ec54a26e552b5dfc4f14.tar.gz
Autogenerated HTML docs for v1.6.0-90-g436ed
Diffstat (limited to 'git-count-objects.txt')
-rw-r--r--git-count-objects.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-count-objects.txt b/git-count-objects.txt
index 75a8da1ca..6bc1c21e6 100644
--- a/git-count-objects.txt
+++ b/git-count-objects.txt
@@ -21,8 +21,9 @@ OPTIONS
--verbose::
In addition to the number of loose objects and disk
space consumed, it reports the number of in-pack
- objects, number of packs, and number of objects that can be
- removed by running `git prune-packed`.
+ objects, number of packs, disk space consumed by those packs,
+ and number of objects that can be removed by running
+ `git prune-packed`.
Author