Documentation: describe '-f' option to git-fetch.
[gitweb.git] / Documentation / git-prune-packed.txt
index 28a1500d39a503e8341ad9c39c1c1597b1653d7c..8d96a91b410d91eefb6b424d2f3c54e33520b92b 100644 (file)
@@ -23,6 +23,12 @@ compression applied, stored in a single file, with an associated index file.
 
 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.
 
+OPTIONS
+-------
+-n::
+        Don't actually remove any objects, only show those that would have been
+        removed.
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org>