@@ -18,7 +18,7 @@ SYNOPSIS
18
18
[--allow-override=<service>] [--forbid-override=<service>]
19
19
[--access-hook=<path>] [--[no-]informative-errors]
20
20
[--inetd |
21
- [--listen=<host_or_ipaddr >] [--port=<n>]
21
+ [--listen=<host-or-ipaddr >] [--port=<n>]
22
22
[--user=<user> [--group=<group>]]]
23
23
[--log-destination=(stderr|syslog|none)]
24
24
[<directory>...]
@@ -86,10 +86,10 @@ OPTIONS
86
86
Incompatible with --detach, --port, --listen, --user and --group
87
87
options.
88
88
89
- --listen=<host_or_ipaddr >::
89
+ --listen=<host-or-ipaddr >::
90
90
Listen on a specific IP address or hostname. IP addresses can
91
91
be either an IPv4 address or an IPv6 address if supported. If IPv6
92
- is not supported, then --listen=hostname is also not supported and
92
+ is not supported, then --listen=< hostname> is also not supported and
93
93
--listen must be given an IPv4 address.
94
94
Can be given more than once.
95
95
Incompatible with `--inetd` option.
@@ -141,8 +141,8 @@ otherwise `stderr`.
141
141
specified with no parameter, a request to
142
142
git://host/{tilde}alice/foo is taken as a request to access
143
143
'foo' repository in the home directory of user `alice`.
144
- If `--user-path=path` is specified, the same request is
145
- taken as a request to access `path/foo` repository in
144
+ If `--user-path=< path> ` is specified, the same request is
145
+ taken as a request to access `< path> /foo` repository in
146
146
the home directory of user `alice`.
147
147
148
148
--verbose::
0 commit comments