Update draft release notes for 1.7.6.1
[gitweb.git] / Documentation / git-receive-pack.txt
index 459c08598f31fccf1b5db31f2f1cd9680654b389..d7b68afbc208c0bd067b4073cff75644888b5ea9 100644 (file)
@@ -9,7 +9,7 @@ git-receive-pack - Receive what is pushed into the repository
 SYNOPSIS
 --------
 [verse]
-'git-receive-pack' <directory>
+'git-receive-pack' [--quiet] <directory>
 
 DESCRIPTION
 -----------
@@ -35,6 +35,9 @@ are not fast-forwards.
 
 OPTIONS
 -------
+--quiet::
+       Print only error messages.
+
 <directory>::
        The repository to sync into.