aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-daemon.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2005-09-24 16:12:58 +0200
committerJunio C Hamano <junkio@cox.net>2005-09-24 11:20:43 -0700
commitb5cf3c8b7767e5f2c8b0df718ef91ccfc36c61fe (patch)
treef5e737ddefc599d28701b8e4b960a148552517ec /Documentation/git-daemon.txt
parente558e33b7bdb4a7c633bedd1606f7dd7ef912933 (diff)
downloadgit-b5cf3c8b7767e5f2c8b0df718ef91ccfc36c61fe.tar.gz
[PATCH] Update git-daemon documentation wrt. the --verbose parameter
Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-daemon.txt')
-rw-r--r--Documentation/git-daemon.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 348a7cacd7..250e939740 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>