X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-daemon.txt;h=33f3320e287bc7eddd1a353b4468338b8f85e356;hb=353ce81597e831969ac37d6991346f8c39c1488e;hp=2a8f371ec95b619bcfb3fc289770ab7ef929214d;hpb=6ff0b1c56c451445f7dc45b652a4dc60213eac19;p=git.git diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 2a8f371e..33f3320e 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -7,8 +7,9 @@ git-daemon - A really simple server for git repositories. SYNOPSIS -------- +[verse] 'git-daemon' [--verbose] [--syslog] [--inetd | --port=n] [--export-all] - [--timeout=n] [--init-timeout=n] [--strict-paths] [directory...] + [--timeout=n] [--init-timeout=n] [--strict-paths] [directory...] DESCRIPTION -----------