summaryrefslogtreecommitdiffstats
path: root/git-receive-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-09-21 23:32:22 -0700
committerJunio C Hamano <gitster@pobox.com>2011-09-21 23:32:22 -0700
commit7bd050fbdc12530213c7058bbba1b4a333ec7c02 (patch)
tree1cac5747e8b50eb2c2e683de8ea603761d0bdcc5 /git-receive-pack.txt
parent5723afaf3a61cef537e1f4dfa88f8faf31060ef0 (diff)
downloadgit-htmldocs-7bd050fbdc12530213c7058bbba1b4a333ec7c02.tar.gz
Autogenerated HTML docs for v1.7.7-rc2-4-g5ec82
Diffstat (limited to 'git-receive-pack.txt')
-rw-r--r--git-receive-pack.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/git-receive-pack.txt b/git-receive-pack.txt
index a3a1d8eea..b1f7dc643 100644
--- a/git-receive-pack.txt
+++ b/git-receive-pack.txt
@@ -9,7 +9,7 @@ git-receive-pack - Receive what is pushed into the repository
SYNOPSIS
--------
[verse]
-'git-receive-pack' [--quiet] <directory>
+'git-receive-pack' <directory>
DESCRIPTION
-----------
@@ -35,9 +35,6 @@ are not fast-forwards.
OPTIONS
-------
---quiet::
- Print only error messages.
-
<directory>::
The repository to sync into.