diff options
-rw-r--r-- | Documentation/git-daemon.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 348a7cacd..250e93974 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' [--inetd | --port=n] +'git-daemon' [--verbose] [--inetd | --port=n] DESCRIPTION ----------- @@ -32,6 +32,9 @@ OPTIONS --port:: Listen on an alternative port. +--verbose:: + Log details about the incoming connections and requested files. + Author ------ Written by Linus Torvalds <torvalds@osdl.org> and YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> |