From: Junio C Hamano <junkio@cox.net>
Date: Wed, 24 Jan 2007 23:29:07 +0000 (-0800)
Subject: git-daemon documentation on enabling services.
X-Git-Tag: v1.5.0-rc3~71
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/eda95d9969d9fbd23a80c2261299098f16bea611

git-daemon documentation on enabling services.

Noticed by Franck Bui-Huu.

Signed-off-by: Junio C Hamano <junkio@cox.net>
---

diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 993adc7c5a..9ddab71203 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -131,14 +131,14 @@ Giving these options is an error when used with `--inetd`; use
 the facility of inet daemon to achieve the same before spawning
 `git-daemon` if needed.
 
---enable-service, --disable-service::
+--enable=service, --disable=service::
 	Enable/disable the service site-wide per default.  Note
 	that a service disabled site-wide can still be enabled
 	per repository if it is marked overridable and the
 	repository enables the service with an configuration
 	item.
 
---allow-override, --forbid-override::
+--allow-override=service, --forbid-override=service::
 	Allow/forbid overriding the site-wide default with per
 	repository configuration.  By default, all the services
 	are overridable.