summaryrefslogtreecommitdiff
path: root/Documentation/git-daemon.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-24 23:29:07 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-24 23:29:07 (GMT)
commiteda95d9969d9fbd23a80c2261299098f16bea611 (patch)
tree8cdd23cd6520637ed34e3965b7141b94f37a8d30 /Documentation/git-daemon.txt
parent084ae0a7bd8a13dea7731dd7b6bf37f08c1cfc77 (diff)
downloadgit-eda95d9969d9fbd23a80c2261299098f16bea611.zip
git-eda95d9969d9fbd23a80c2261299098f16bea611.tar.gz
git-eda95d9969d9fbd23a80c2261299098f16bea611.tar.bz2
git-daemon documentation on enabling services.
Noticed by Franck Bui-Huu. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-daemon.txt')
-rw-r--r--Documentation/git-daemon.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 993adc7..9ddab71 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.