Skip to content

Commit eda95d9

Browse files
author
Junio C Hamano
committed
git-daemon documentation on enabling services.
Noticed by Franck Bui-Huu. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 084ae0a commit eda95d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-daemon.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ Giving these options is an error when used with `--inetd`; use
131131
the facility of inet daemon to achieve the same before spawning
132132
`git-daemon` if needed.
133133

134-
--enable-service, --disable-service::
134+
--enable=service, --disable=service::
135135
Enable/disable the service site-wide per default. Note
136136
that a service disabled site-wide can still be enabled
137137
per repository if it is marked overridable and the
138138
repository enables the service with an configuration
139139
item.
140140

141-
--allow-override, --forbid-override::
141+
--allow-override=service, --forbid-override=service::
142142
Allow/forbid overriding the site-wide default with per
143143
repository configuration. By default, all the services
144144
are overridable.

0 commit comments

Comments
 (0)