Code

doc/git-daemon: add missing arguments to max-connections option
authorMarkus Heidelberg <markus.heidelberg@web.de>
Sat, 18 Apr 2009 09:46:06 +0000 (11:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Apr 2009 20:40:34 +0000 (13:40 -0700)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-daemon.txt

index d5596672a5493062afbbd3b57f94a3673f9de659..a85121c689e394e86f7c97025b92ffa03fca0df9 100644 (file)
@@ -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.