send-email: pass Debug to Net::SMTP::SSL::new
[gitweb.git] / Documentation / git-prune.txt
index f616a739efdab16a58c33e9c2671e8afbaf13b98..bf824108c116a34972d1dacf1e9fb77db097b2c5 100644 (file)
@@ -8,6 +8,7 @@ git-prune - Prune all unreachable objects from the object database
 
 SYNOPSIS
 --------
+[verse]
 'git prune' [-n] [-v] [--expire <expire>] [--] [<head>...]
 
 DESCRIPTION
@@ -58,7 +59,7 @@ borrows from your repository via its
 `.git/objects/info/alternates`:
 
 ------------
-$ git prune $(cd ../another && $(git rev-parse --all))
+$ git prune $(cd ../another && git rev-parse --all)
 ------------
 
 Notes