@@ -18,7 +18,7 @@ SYNOPSIS
1818 [--allow-override=<service>] [--forbid-override=<service>]
1919 [--access-hook=<path>] [--[no-]informative-errors]
2020 [--inetd |
21- [--listen=<host_or_ipaddr >] [--port=<n>]
21+ [--listen=<host-or-ipaddr >] [--port=<n>]
2222 [--user=<user> [--group=<group>]]]
2323 [--log-destination=(stderr|syslog|none)]
2424 [<directory>...]
@@ -86,10 +86,10 @@ OPTIONS
8686 Incompatible with --detach, --port, --listen, --user and --group
8787 options.
8888
89- --listen=<host_or_ipaddr >::
89+ --listen=<host-or-ipaddr >::
9090 Listen on a specific IP address or hostname. IP addresses can
9191 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
9393 --listen must be given an IPv4 address.
9494 Can be given more than once.
9595 Incompatible with `--inetd` option.
@@ -141,8 +141,8 @@ otherwise `stderr`.
141141 specified with no parameter, a request to
142142 git://host/{tilde}alice/foo is taken as a request to access
143143 '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
146146 the home directory of user `alice`.
147147
148148--verbose::
0 commit comments