X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-daemon.txt;h=065f2aa721feef01d57c5dc6ecab79223eda5363;hb=b71d01ef3cb9dfc41b32f360c2b10403b37c0e7a;hp=250e93974044ba678b29db013f2d964c7b6510c5;hpb=b5cf3c8b7767e5f2c8b0df718ef91ccfc36c61fe;p=git.git diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 250e93974..065f2aa72 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -7,7 +7,7 @@ git-daemon - A really simple server for GIT repositories. SYNOPSIS -------- -'git-daemon' [--verbose] [--inetd | --port=n] +'git-daemon' [--verbose] [--syslog] [--inetd | --port=n] DESCRIPTION ----------- @@ -32,6 +32,10 @@ OPTIONS --port:: Listen on an alternative port. +--syslog:: + Log to syslog instead of stderr. Note that this option does not imply + --verbose, thus by default only error conditions will be logged. + --verbose:: Log details about the incoming connections and requested files.