From 2aa3140bc07d7b593efe2d963d8d9b0a9a0cbf05 Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Sat, 18 Apr 2009 11:46:06 +0200 Subject: [PATCH] doc/git-daemon: add missing arguments to max-connections option Signed-off-by: Markus Heidelberg Signed-off-by: Junio C Hamano --- Documentation/git-daemon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT