summaryrefslogtreecommitdiffstats
path: root/git-prune-packed.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-13 08:09:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-13 08:09:17 +0000
commit24351a850088ad4095ad5582fb14e9a8ee689377 (patch)
tree6349b4fb3b39d03473f50b04a2e4e2cc5c775ab1 /git-prune-packed.txt
parent91f77a0d717f22a5e0b1c474ee9b8db28fa0e0ca (diff)
downloadgit-htmldocs-24351a850088ad4095ad5582fb14e9a8ee689377.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-gb60d
Diffstat (limited to 'git-prune-packed.txt')
-rw-r--r--git-prune-packed.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-prune-packed.txt b/git-prune-packed.txt
index 234882685..a79193fb0 100644
--- a/git-prune-packed.txt
+++ b/git-prune-packed.txt
@@ -9,7 +9,7 @@ residing in a pack file.
SYNOPSIS
--------
-'git-prune-packed' [-n]
+'git-prune-packed' [-n] [-q]
DESCRIPTION
@@ -32,6 +32,9 @@ OPTIONS
Don't actually remove any objects, only show those that would have been
removed.
+-q::
+ Squelch the progress indicator.
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>