summaryrefslogtreecommitdiffstats
path: root/git-prune-packed.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-05 21:21:39 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-05 21:21:39 +0000
commitfd9274d4a1afb62d888e84717c5f0e67850fc96a (patch)
treeccb7a2a797999c806efe4f173d344e06856c4ad2 /git-prune-packed.txt
parentbacccdab7c8f70ad9471c1b7143b08a0831f2348 (diff)
downloadgit-htmldocs-fd9274d4a1afb62d888e84717c5f0e67850fc96a.tar.gz
Autogenerated HTML docs for v1.6.4-53-g3f55e
Diffstat (limited to 'git-prune-packed.txt')
-rw-r--r--git-prune-packed.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-prune-packed.txt b/git-prune-packed.txt
index b5f26cee1..abfc6b6ea 100644
--- a/git-prune-packed.txt
+++ b/git-prune-packed.txt
@@ -8,7 +8,7 @@ git-prune-packed - Remove extra objects that are already in pack files
SYNOPSIS
--------
-'git prune-packed' [-n] [-q]
+'git prune-packed' [-n|--dry-run] [-q|--quiet]
DESCRIPTION
@@ -28,10 +28,12 @@ disk storage, etc.
OPTIONS
-------
-n::
+--dry-run::
Don't actually remove any objects, only show those that would have been
removed.
-q::
+--quiet::
Squelch the progress indicator.
Author