From: Markus Heidelberg Date: Sat, 18 Apr 2009 09:46:06 +0000 (+0200) Subject: doc/git-daemon: add missing arguments to max-connections option X-Git-Tag: v1.6.3-rc1~4^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2aa3140bc07d7b593efe2d963d8d9b0a9a0cbf05;p=git.git doc/git-daemon: add missing arguments to max-connections option Signed-off-by: Markus Heidelberg Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index d5596672a..a85121c68 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.