]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-daemon.txt
format-patch/commit: Quote single quote in the author name properly.
[thirdparty/git.git] / Documentation / git-daemon.txt
index 2a8f371ec95b619bcfb3fc289770ab7ef929214d..33f3320e287bc7eddd1a353b4468338b8f85e356 100644 (file)
@@ -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
 -----------