diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2009-04-18 11:46:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-18 13:40:34 -0700 |
commit | 2aa3140bc07d7b593efe2d963d8d9b0a9a0cbf05 (patch) | |
tree | 7ae85ae089acc4e9784c27677a341dc23ee95cc2 /Documentation/git-daemon.txt | |
parent | d890d3f99635de7963effd1436148112ef7a52b7 (diff) | |
download | git-2aa3140bc07d7b593efe2d963d8d9b0a9a0cbf05.tar.gz |
doc/git-daemon: add missing arguments to max-connections option
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-daemon.txt')
-rw-r--r-- | Documentation/git-daemon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index d5596672a5..a85121c689 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -100,7 +100,7 @@ OPTIONS it takes for the server to process the sub-request and the time spent waiting for the next client's request. ---max-connections:: +--max-connections=n:: Maximum number of concurrent clients, defaults to 32. Set it to zero for no limit. |